.menulist, .menulist ul {
	margin: 0px;
	width: 150px;
	list-style: none;
	background: #ffffff;
	border-top: 1px solid #D7E5F2;
	border: 1px solid #00A5D9;
	padding: 5px;
}

.menulist ul {
	visibility: hidden;
	position: absolute;
	left: 155px;
	top: 0px;
}

.menulist li {
	margin: 0px;
	position: relative;
	height: 25px;
	text-align: left;
	border-bottom: 1px solid #D7E5F2;
}

.menulist a {
	display: block;
	padding: 3px 4px 3px 4px;
	color: #E20177;
}

* html .menulist a {
	margin: 1px;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
	color: #00A5D9;
	background-color: #FFFFFF;
	text-decoration: none;
}
.menulist a.highlighted {
	color: #00A5D9;
	background-color: #FFFFFF;
	font-weight: bold;
}

.menulist a .subind {
	float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}
/* End Hack */
