.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{
padding: 4px 0;
margin: 0;
text-align: center;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #b0b0b0;
padding: 4px 5px;
margin: 0;
text-decoration: none;
}

.dropmenudiv{
position: absolute;
top: 0;
border-right: solid 1pxborder-left: solid 1px; border-color:#FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 1;
font: normal 10px Arial;
line-height: 20px;
text-align: left;
z-index:100;
background-color: #b41313;
width: 130px;
visibility: hidden;
padding-left:0px; 
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE.*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #ffffff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FCFCDF;
color:#000000;
}