.menulist, .menulist ul {
	margin: 0;
	padding: 0;
	width: 168px;
	list-style: none;
}

.menulist ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 167px;
	background-color: #443800;
}

.menulist li {
	position: relative;
	margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

.menulist a {
	display: block;
	padding: 3px;
	color: #0000FF;
	text-decoration: none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #0099FF;
	font-weight: normal;
}
.menulist a.highlighted {
	color: #00CCFF;
}

.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%;
}