.menulist, .menulist ul {
	margin: 0;
	padding: 0;
	width: 163px;
	list-style: none;
	background-color:#E0DFE3;
	font-size: 10px;
	font-weight: bold;
}

.menulist ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 161px;
	background-color: #E0DFE3;
}

.menulist li {
	position: relative;
	border: 1px solid #999999;
	margin-bottom: -1px;
	background-color: #E0DFE3;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

.menulist a {
 display: block;
 padding: 0px;
 color: #0000FF;
 text-decoration: none;
 background-color: #DFDFDF;
 font-size: 10px;
 font-weight: bold;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFCC00;
 background-color: #5151FF;
 font-size: 10px;
 font-weight: bold;
}
.menulist a.highlighted {
 color: #ADD5FF;
 background-color: #E0DFE3;
 font-size: 10px;
 font-weight: bold;
}

.menulist a .subind {
 float: right;
}

*+html .menulist li {
 float: left;
 height: 1%;
}
*+html .menulist a {
 height: 1%;
}
* html .menulist li {
 float: left;
 height: 1%;
}

* html .menulist a {
 height: 1%;
}
