.chromestyle{
width: 988px;
font:normal 14px Arial;

}

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

.chromestyle ul{
border: 1px solid #D8D8D8;
width: 100%;
background: url(chromebg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 9px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #002D62;
padding: 10px 27px;
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*/
background: url(chromebg-over.jpg) center center repeat-x;
color: #FFFFFF;
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #A7C5CF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #EAF8FD;
visibility: hidden;
width: 250px;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px dashed #A7C5CF; /*THEME CHANGE HERE*/
padding: 2px 8px;
text-decoration: none;
color: #002D62;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: url(chromebg-subover.jpg) center center repeat-x;
color: #FFFFFF;
}