.menulist, .menulist  ul {
	margin: 0px;
	list-style: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #092869;
	text-align: center;
	line-height: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}


.menulist ul {
	display: none;
	position: absolute;
	top: 1.5em;
	margin-top: 17px;
	left: -1px;
	width: 210px;
	background-color: #ceebfb;
}


.menulist li {
	float: left;
	display: block;
	position: relative;
	background-image: url();
}

.menulist ul li {
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding: 0px;
}
.menulist ul li a{
	float: none;
	text-align: left;	
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #b5b8bf;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1E1F1;
	color: #3A506C;
	background-image: none;
	padding-right: 0px;
	width: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C1E1F1;
	border-left-color: #C1E1F1;
}


.menulist ul>li:last-child {
 margin-bottom: 1px;
}

.menulist a {
	color: #0000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	display: block;
}
.menulist li a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
	width: 100px;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #FFFF00;
	background-image: url(images/nab-hover-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
}
.menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
	color: #FFFFFF;
	background-image: none;
	background-color:#73757a;

}

.menulist a.highlighted {
	color: #FFFF00;
	background-image: url(images/nab-hover-bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.menulist ul li a.highlighted {
	color: #000000;
}
.menulist ul ul li a.highlighted {
	color: #000000;
}
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}

.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */
