.chromestyle{
font-weight: normal;
width:900px; 
height:45px; 
margin:0 auto; 
background:#252525 url(../images/menu/menu_bg.jpg) repeat-x; 
padding:0; 
font-size:12px;
}

.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: 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a, .chromestyle ul li a:visited{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color: #ffffff;
padding:0;
text-align:left;
margin: 0;
text-decoration: none;
}

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

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

.dropmenudiv{
margin:-1px 0 0 0 ;
position:absolute;
top: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:normal;
line-height:16px;
z-index:100;
background-color:#252525;
visibility: hidden;
width:180px;

}


.dropmenudiv a, .dropmenudiv a:visited{
background:url(../images/menu/dropdownbg.jpg) top center repeat-x;
width: auto;
display: block;
text-indent: 3px;
line-height:20px;
padding: 7px 10px 7px 17px;
text-decoration: none;
margin:0;
font-weight: normal;
color: #fff;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background:#6E8F3E url(../images/menu/dropdownbg_hover.jpg) top center repeat-x;
padding: 7px 10px 7px 17px;
color: #fff;
}