
.chromestyle{
width: 840px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
color: #FFFFFF;
}
 
.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:  #006699; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}
 
.chromestyle ul li{
display: inline;
}
 
.chromestyle ul li a{
color: #FFF;
padding: 4px 10px;
margin: 0;
font-weight:700;
text-decoration: none;
}
 
.chromestyle ul li a:hover{
background: #ffcc33 center center repeat-x; /*THEME CHANGE HERE*/
}
 
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .7em;
font-weight:400;
line-height: 1.4em;
z-index:100;
width: 150px;
visibility: hidden;
}
 
.dropmenudiv a{
width: auto;
background: #ffcc33;
display: block;
text-indent: 0px;
border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
padding: 5px;
text-decoration: none;
color: black;
}
 
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
 
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #006699; 
color: #FFFFFF;
}