.menulist, .menulist ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	height: 41px;
}
.menulist li a {
	display: block;
	padding: 0px 15px 0px 15px;
	text-align: left;
	color: #FFFFFF;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 41px;
	text-decoration: none;
}
.menulist li a.highlighted, .menulist li a.current, .menulist li a:hover, .menulist li a.highlighted:hover, .menulist li a:focus {
	background: url(/_resources/images/design/notch_nav.gif) 50% 0% no-repeat;
}
.menulist li a.current {
	font-weight: bold;
}
.menulist ul {
	display: none;
	position: absolute;
	top: 0px;
	margin-top: 41px;
	left: 0px;
	width: 172px;
}
.menulist ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	height: auto;
	border-bottom: 1px solid #A2C5EF;
}
.menulist ul li a {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height:13px;
	padding: 9px 15px 9px 15px;
	background:#004FA8;
}
.menulist ul li a.highlighted, .menulist ul li a:hover, .menulist ul li a.highlighted:hover, .menulist ul li a:focus {
	color: #003399;
	background:#BCDCFD;
}
.menulist ul ul {
	margin-top: 12px;
	left: 165px;
	border-top: 1px solid #A2C5EF;
	border-right: 1px solid #A2C5EF;
	border-left: 1px solid #A2C5EF;
}
.menulist ul ul li {
	border-bottom: 1px solid #A2C5EF;
}
.menulist ul ul li a {
	color: #003399;
	background:#FFFFFF;
}
.menulist ul ul li a.highlighted, .menulist ul ul li a:hover, .menulist ul ul li a.highlighted:hover, .menulist ul ul li a:focus {
	background:#BCDCFD;
}
/* Only style submenu indicators within submenus. */
.menulist a .subind {
	display: none;
}
.menulist ul a .subind {
	display: block;
	float: right;
}
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.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 */