.menustyle{
	width:99%;
	font-weight:bold;
	font-color:#fff;
	color:#fff;
}

.menustyle:after{ 
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;

}

.menustyle ul{
	border:0px;
	width:100%;
	background-color:#990000;
	padding:2px;
	margin:0px;
	text-align: center;
	color: #fff;
	font-color:#fff;
}

.menustyle ul li{
	display: inline;
	color: #fff;
	font-color:#fff;
}

.menustyle ul li a{
	color: #fff;
	font-color:#fff;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 0px;
}

.menustyle ul li a:hover, .menustyle ul li a.selected{
	font-color:#fff;
	color:#fff;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Verdana;
	line-height:15px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	font:normal 11px Verdana;
	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #990000;
	font-color: #fff;
	color: #fff;
	font-weight: bold;
}