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

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.downimg{display:none !important;}
.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(../images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
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: #628D02; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
padding:5px 0 20px 20px;
border:none !important;
font:normal 12px Verdana; overflow:visible !important;
line-height:18px;
z-index:100;
width: 130px;
visibility: hidden; margin:34px -5px 0 0px;
background:url(../images/menu-bg.png) no-repeat -12px bottom;
}

#nav ul li #dropmenu1{margin:34px 0 0 0px;}	

#nav ul li #dropmenu2{margin:34px 0 0 0px;}


#nav ul li #dropmenu3{margin:34px 0 0 0px;}
#nav ul li ul{margin-top: 0 !important;}
.dropmenudiv a{
width: 110px; line-height:25px !important; font-family:Eurostar; font-size:14px; padding:0px !important; height:25px !important;
display: block; text-align:left !important;
text-decoration: none;
font-weight: bold; color:#505152; float:left;
}
.dropmenudiv a:hover{background:none !important; color:#7cc930 !important;}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

