.chromestyle{
width: 840px;
font-family: Verdana, Arial, Helvetica, sans-serif;
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{
border-bottom: 1px solid #999;
border-top: 1px solid #ccc;
width: 100%;
background: url(images/chromebg.gif); /*THEME CHANGE HERE*/
padding: 2px 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: 2px 36px 2px 6px;
margin: 0;
font-size: .8em;
font-weight:700;
text-decoration: none;
}

.chromestyle ul li a:hover{
background-color:#CC0000;
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 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;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
background-color: #cccccc;
display: block;
/*THEME CHANGE HERE*/
padding: 5px;
text-decoration: none;
color: black;
font-weight: 400;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#CC0000;
border-left: 1px solid #990000;
border-right: 1px solid #990000;
color: #FFFFFF;
font-weight:700;
font-size: 1em;
text-decoration: underline;
}
