.chromestyle{
font-weight: normal;
width:870px; 
height:27px; 
margin:30px auto 5px auto; 
background:#416686 url(../images/nav_bg.jpg) no-repeat; 
padding:5px 10px 5px 10px; 
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: 4px 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: 4px 7px;
text-align:left;
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*/
color:#BCCFE0; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
margin:7px 0 0 0 ;
position:absolute;
top: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
line-height:16px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a, .dropmenudiv a:visited{
background:url(../images/menu.jpg) bottom center repeat-x;
width: auto;
display: block;
text-indent: 3px;
line-height:20px;
padding: 5px 0 5px 5px;
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:url(../images/menu_hover.jpg) bottom center repeat-x;
color: #BCCFE0;
}