.chromestyle{
width: 95%; 
}

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

.chromestyle ul{ 
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333; 
background:#FFFFFF; /*THEME CHANGE HERE*/
border:0px solid #D6D6D6;
padding: 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
width:100%;
}

.chromestyle ul li{
display: inline; 
padding: 0px;
margin: 0px; 
}

.chromestyle ul li a{
border:0px solid red;
display:block;
color: #494949;  
text-decoration:none; 
padding:0px 0px 3px 0px;
height:15px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background:#FFFFFF; /*THEME CHANGE HERE*/
	}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #96969D; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:normal;
z-index:30000;
background-color: white;
width: 150px;
visibility: hidden;
text-align:left;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
font:normal 11px Verdana;
border-bottom: 1px solid #D6D6D6; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#000099;
color:white;
}