.chromestyle{

font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 80%;
background-color:#333333; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: white;
font-family:Verdana;
font-size:11px;
padding: 3px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background-color:#333333; /*THEME CHANGE HERE*/
color:#C3C58C;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
font:normal 11px Verdana;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: white;
background-color:#333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

