img { border: 0; }
.menulist, .menulist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	opacity: 0.90;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
}
.menulist ul {
	display: none;
	position: absolute;
	width: 150px;
	margin-top: 5px;
	left: 10px;
	line-height: 23px;
	padding-bottom: 7px;
	background: url(images/menu_alt.gif) no-repeat bottom;
}
.menulist ul ul {
	top: 0;
	margin-top: 0;
	left: 151px;
}
.menulist li {
	float: left;
	display: block;
	position: relative;
	background: #CC0000;
	margin-right: -1px;
	font-size: 11px;
}
.menulist ul li {
	float: none;
	margin: 0;
	margin-bottom: 0px;
}
.menulist ul>li:last-child {
	margin-bottom: 1px;
}
.menulist a {
	display: block;
	color: #fff;
	text-decoration: none;
}
.menulist ul li a {
	border-bottom: 1px solid #FF5959;
	padding:  0 0 0 5px;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #fff;
	background: #FF5959;
}
.menulist a.highlighted {
}
.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%;
}
.menulist ul ul { display: none; }