.chromestyle{
width: 99%;
font:bold 16px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #bbb;
width: 100%;
background:#ffffff;  /*THEME CHANGE HERE*/
padding: 2px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
text-align: center; 
font:bold 16px Verdana;
}

.chromestyle ul li a{
color: #004698;
padding: 2px 4px;
margin: 0;
text-decoration: none;
text-align: center; 
 /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
color: #ffffff;
background-color: #004698;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: "" url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #004698; /*THEME CHANGE HERE*/
border-bottom-width: 1px;;
font:normal 12px Verdana;
line-height:22px;
z-index:100;
background-color: white;
width: 110px;
filter:alpha(Opacity=90); Opacity:0.9; 
visibility: hidden;
/*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;

padding: 1px 0;
text-decoration: none;
color: black;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #004698;
color: #ffffff;
}