.menulist, .menulist ul {
	margin: 0px;
	list-style: none;
}
.menulist {
	padding: 0px 2px 0px 27px;
	float: left;
	background: url(/resources/images/design/separator_mainnav.png) right top no-repeat;
}
.menulist ul {
	display: none;
	position: absolute;
	top: 48px;
	left: 1px;
	width: 200px;
	padding: 0px;
	background-color: #FFEC65;
}
.menulist ul ul {
	top: 0px;
	margin-top: 0px;
	left: 200px;
	width: 180px;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	padding: 0px 0px 0px 2px;
	background: url(/resources/images/design/separator_mainnav.png) left top no-repeat;
}
.menulist ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #809CB4;
	background: none;
}
.menulist ul ul li {
	border: none;
}
.menulist a {
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #FFF;
	float: left;
	margin-right: -1px;
	position: relative;
	padding: 14px 24px;
}
.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.current {
	text-decoration: none;
	background: url(/resources/images/design/bg_mainnav_highlight.gif) left top repeat-x;
}
.menulist ul a {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	padding: 7px 24px;
	background: #003773;
	text-align: left;
	margin: 0px;
}
.menulist ul ul a {
	padding: 3px 18px;
	background: #78A6D7;
}
.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover, .menulist ul a:focus, .menulist ul a.current {
	background: #2466B0;
}
.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;
}
/* */
*:first-child+html .menulist ul li {
	float: left;
	width: 100%;
}
* html .menulist ul li {
	float: left;
	height: 1%;
}
* html .menulist ul a {
	height: 1%;
}