/*************************************************************************
* This is the SKIN style definition for the CSS menu.                    *
* Feel free to customize this section.                                   *
*************************************************************************/

/*
 * Menu container settings
 * Applies to the first level menu container
 */
.rayzo_navy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
 	font-weight: bold;
}

/*
 * Menu container settings
 * Applies to second (or more) level menu containers
 */
.rayzo_navy ul {
 	font-weight: normal;
	border-bottom:6px solid #343434;  /* #A58ABF = lilac,  #7A579E  = dark purple color from site */
}

/*
 * Menu items settings
 * Applies to all menu items in all menu containers
 */
.rayzo_navy li {
	width: 111px;
	margin: 20px ;
}




/*
 * Menu items settings
 * Applies to second (or more) level menu items
 */
.rayzo_navy ul li{

	width: 180px;
	background-color: #666666;
	margin: 0px ;
}


/*
 * Menu link settings
 * Applies to links that are to be found within the menu items, no matter the menu level
 */
.rayzo_navy a {
	text-decoration: none;
	line-height: 19px;
	padding: 1px 2px 1px 20px ;
	border-bottom: 1px solid #999999;
	color: #FFFFFF;
}


/*****************************************************************************
* In this section, we will define what happens when a menu item is selected  *
*****************************************************************************/

/*
 * Selected menu item
 * Applies to selected menu items in all menu containers
 */
.rayzo_navy li.selected {

	background-color: #A2B93C;
}

/*
 * Selected menu item
 * Applies to second (or more) level selected menu items
 */
.rayzo_navy ul li.selected {

	background-repeat: no-repeat;
	
}

/*
 * Selected links
 * Applies to selected links in all menu items
 */
.rayzo_navy a.selected {
	color: #FFFFFF;
}

/*
 * Selected links
 * Applies to selected links located in the second (or more) level menu items
 */
.rayzo_navy ul a.selected {
}


/***************************************************************************
* In this section, we will define what happens when mouse-overing an item  *
***************************************************************************/

/*
 * Mouse over on menu items
 * Applies to all menu items in all menu containers
 */
.rayzo_navy li.hover {

}
  
/*
 * Mouse over on menu items
 * Applies to second (or more) level menu items
 */
.rayzo_navy ul li.hover {
  
}

/*
 * Mouse over on links
 * Applies to all links in all menu items
 */
.rayzo_navy a.hover {
/*background-color: #A2B93C;  */
background-color: #999999
}

/*
 * Mouse over on links
 * Applies to links located in the second (or more) level menu items
 */
.rayzo_navy ul a.hover {
color: #FFFFFF;
}


/*************************************************************************
* This is the LAYOUT style definition for the CSS menu                   *
* DO NOT alter this section, unless you know what you're doing           *
*************************************************************************/
div.horizontal {
	clear: both;
}
div.horizontal br {
	clear: both;
}
div.horizontal ul {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	clear: both;
}
div.horizontal li {
	list-style-type: none;
	display: block;
	float: left;
	clear: none;
	text-align: left;
    position: static;
}
div.horizontal li img {
	border: none;
}
div.horizontal a {
	clear: both;
	display: block;
	margin: 0px;
}
div.horizontal ul li ul {
	position: absolute;
	left: -5000px;
	top: -5000px;
	visibility: hidden;
	clear: both; 
}
div.horizontal ul li ul li {
	clear: both; 
}
div.horizontal ul li ul li a {
	clear: both;
}
.hasImg,
.hasImg a {
	padding: 0px !important;
	margin:	0px	!important;
	border:	none !important;
	outline: none !important;
	background:	transparent !important;
	width: auto !important;
}