.menulist, .menulist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.menulist ul {
	display: none;
	position: absolute;
	top: -1px;
	left: 142px;
}

.menulist li {
	position: relative;
	background: #990000;
	padding: 0px;
	margin: 0px 0px 2px 0px;
	height:25px;
	width: 138px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	list-style-type: none;
}

.menulist li li{
	padding: 0px;
	margin: 0px;
	height:20px;
	border:1px #fff solid;
	width: 138px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	list-style-type: none;
}


/* Links inside the menu */
.menulist a {
	display: block;
	padding: 0px;
	color: #fff;
	text-decoration: none;
}


.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #FFF;
	background-color: #999;
}


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
	float: right;
}


