.chromestyle{
width: 100%;
font-weight: normal;
font-size: 9pt;
font-family: arial;
background-color:#1e598f;
padding:4px;

}

.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%;
/*background: url(../images/menubg.gif) center center repeat-x;*/
padding: 10px 0px 9px 0px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 10px 10px 8px 10px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #2d7ecb;
font-weight:bold;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#b3d8fa;
font-weight:bold;
/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #88b3dc; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 9pt arial;
line-height:18px;
z-index:100;
background-color: #dbedff;
width: 200px;
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: 4px;
border-bottom: 1px solid #88b3dc; /*THEME CHANGE HERE*/
padding: 2px;
text-decoration: none;
font-weight: bold;
color: #222222;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c0dffd;
color:#000000;
font-weight:bold;
}