.chromestyle{
width: 99%;
font-weight:bold;
font-family:"Tahoma";
font-size:12px;
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: 0px solid #BBB;
width: 100%;
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding:0;
margin:0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding:7px 10px 7px 10px;
margin: 0 0 0 -4px;
text-decoration: none;
}

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

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

.dropmenudiv{
position:absolute;
margin:-1px 0 0 -10px;
border-bottom-width: 0;
font:bold 12px "arial";
line-height:18px;
z-index:100;
background-color:#cfcfcf;
width: 200px;
visibility: hidden;
-moz-border-radius-bottomright: 10px; /* Firefox */
-webkit-border-bottom-right-radius: 10px; /* Safari, Chrome */
border-bottom-right-radius: 10px; /* CSS3 */
-moz-border-radius-bottomleft: 10px; /* Firefox */
-webkit-border-bottom-left-radius: 10px; /* Safari, Chrome */
border-bottom-left-radius: 10px; /* CSS3 */
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-top: 1px solid #c2c2c3; /*THEME CHANGE HERE*/
padding: 6px 0 6px 6px;
text-decoration: none;
color:#201f1f;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#a6a6a6;
}