a.menunav {
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	padding: 4px;
	padding-left: 5px;
	background-color: #990000;
	font-size: 11px;
	height: 15px;
	width: 155px;
	text-align: left;
}

a.menunav:hover {
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #CC0000;
	padding: 4px;
	padding-left: 5px;
	background-color: #FFFFFF;
	font-size: 11px;
	height: 15px;
	width: 155px;
	text-align: left;
}

ul.nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

#menunav { /* all list items */
	float: left;
	position: relative;
	width: 105px;
	padding: 4px;
	margin-left: 0px;
	margin-bottom: 10px;
	font-size: 11px;
	color: #0C0B6C;
	text-align: center;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 21px;
	left: 0px;
	background: #5F6680;
	padding: 0px;
	border-style: solid;
	border: 1px #FFFFFF;
	width: 155px;
}

li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

a.mainmenu { color: #FFFFFF; font-family: Arial, Verdana; height: 22px; font-size: 11px; font-weight: normal;}
a.mainmenu:hover { color: #FFFFFF; font-family: Arial, Verdana; text-decoration: none}
a.mainmenu:visited { color: #FFFFFF; font-family: Arial, Verdana; text-decoration: none} 
a.mainmenu:visited:hover { color: #FFFFFF; font-family: Arial, Verdana; text-decoration: none} 
