.menulist, .menulist ul {
	margin: 0px;
	list-style: none;
}
.menulist {
	padding: 0px 1px 0px 25px;
	float: left;
	background:url(/resources/images/design/separator_mainnav.gif) right bottom no-repeat;
}
.menulist ul {
	display: none;
	position: absolute;
	top: 69px;
	left: 1px;
	width: 180px;
	padding: 15px 0px;
	background-color: #FFEC65;
}
.menulist ul ul {
	top: 5px;
	margin-top: 0px;
	left: 170px;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	padding: 0px 0px 0px 1px;
	background: url(/resources/images/design/separator_mainnav.gif) left bottom no-repeat;
}
.menulist ul li {
	float: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #D89949;
	border-bottom: 1px solid #D89949;
	margin-bottom: -1px;
	background: none;
}
.menulist ul>li:last-child {
	margin-bottom: 1px;
}
.menulist a {
	display: block;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #9D1E20;
	text-transform: uppercase;
	float: left;
	padding: 19px 16px 18px;
}
.menulist a:hover, .menulist a.highlighted, .menulist a.highlighted:hover, .menulist a:focus, .menulist a.current {
	color: #333;
	text-decoration: none;
	background: url(/resources/images/design/bg_mainnav_itemhover.png) left top repeat-x;
}
.menulist ul a {
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #333;
	text-transform: none;
	padding: 7px 18px;
	background: #FFEC65;
	text-align: left;
}
.menulist ul a:hover, .menulist ul a.highlighted, .menulist ul a.highlighted:hover, .menulist ul a:focus, .menulist ul a.current {
	color: #9D0A0E;
	background: #FFF;
}
.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%;
}