.chromestyle{
width: 805px;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
display: block; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
width: 98%; /*21.27cm;*/
background: url(chromebg4.png) center center repeat-x; /*THEME CHANGE HERE*/
padding-bottom: 3px;
padding-top: 3px;
padding-left: 0px;
padding-right: 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0.1cm 6px; /*CHANGE THE HEIGHT OF THE VERTICAL BORDER*/
margin: 0;
text-decoration: none;
border-left: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
border-right: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
border-width: 0px;
}

.chromestyle ul li a:hover{
/*background: url(chromebg4-over.png) center center repeat-x; THEME CHANGE HERE*/
color: #6699CC;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000066; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
background: url(chromebg4-DropOver.jpg) center repeat; 
z-index:100;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #06373C; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #FF8484;*/
background: url(chromebg4-over.png) center center repeat-x; 
color: #B1B4FE;
}