.chromestyle{
font-weight: bold;
margin-top:2px;
margin-left:5px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #323232; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
z-index:100;
background-color:#141414;
color:#FFFFFF;
width: 200px;
visibility: hidden;margin:-8px 0 0 0

}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #323232; /*THEME CHANGE HERE*/
padding: 5px 0 5px 5px;
text-decoration: none;
font:normal 11px Verdana;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #535353;
}

