.chromestyle{
width: 99%;
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{
margin: 0;
}

.chromestyle ul li{
float:left;
}

.chromestyle ul li a{
margin: 0;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
background: red; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
margin-left:-10px;
margin-top:1px;
position:absolute;
top: 0;
line-height:1.2em;
z-index:100;
background-color: white;
width: auto;
visibility: hidden;
font-size:0.8em;
}


.dropmenudiv a{
width: auto;
display: block;
padding: 5px 10px;
color: #FFFFFF;
}

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