.chromestyle{
width: 99%;
font-weight: normal;
}

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

.chromestyle ul{
width: 100%;
padding: 0px 0;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{

color: #FFFFFF;
/*padding: 4px 7px;*/
margin: 0;
text-decoration: none;

/*border-right: 1px solid #DADADA;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{/*script dynamically adds a class of "selected" to the current active menu item*/
 /*background: url(chromebg-over.gif) center center repeat-x;THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute; 
min-height:189px!important;
height:auto;
top: 0; text-transform: capitalize;
font:12px/1.55 Arial, Helvetica, sans-serif;
border-bottom-width: 0; font-weight:normal;
padding: 4px 0 0 8px;
background: #707070; text-align:left;
width: 120px;
display:none;
box-shadow: 7px 7px 8px #000000;
-webkit-box-shadow: 7px 7px 8px #000000;
-moz-box-shadow: 7px 7px 8px #000000;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=7, offY=7, positive=true);
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);

}
.dropmenudiv div{ float:left;}
.dropmenudiv a{
width: auto;
display: block;
font-size:12px;
padding:0!important;
margin:2px 2px 0 13px;
text-decoration: none;
font-weight: normal;
color: black;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #707070;
}