.chromestyle{
width: 93%;
font-weight: bold;
left: 0px;
top: 10px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 106%;
padding: 4px 0;
margin: 0;
font:normal 12px Verdana;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: black;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 172px;
	left: 162px;
	border-style:solid;
	border-width:1px;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	color: black;
	width: 10px;
	filter: progid;
	height: 43px;
	visibility: hidden;

:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=90); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{

width: auto;
display: block;
text-indent: 0;
border: 1px;
padding: 2px 3px ;
text-decoration: none;
font-weight: bold;
color: black;
background-color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: auto;
color: black;
background-color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #011D49;
color: white;
text-decoration: none;
}
