.menustyle{

font-weight: normal;
}
	.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menustyle ul
{
	width: 100%;
	padding: 3px 0;
	margin: 0;
	text-align: left;
}

.menustyle ul li
{
	display: inline;
}

.menustyle ul li a
{
	color: ffffff;
	padding: 1px 7px 1px 7px;
	margin: 0;
	text-decoration: none;	
	border-right: 1px solid #393F57;
}

.menustyle ul li a:hover{

}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #272B68; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 8px Verdana;
line-height:18px;
z-index:100;
background-color: #272B68;
width: 150px;
visibility: hidden;
text-align: left;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=yellow,direction=135,strength=4); */ /*Add Shadow in IE. Add if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 7px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: normal;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #272B68;
}