.chromecontainer {
/* width: 1000px; */
font-size: 12px; 
clear: both;
}
.chromecontainerleft {
width: 11px;
height: 26px;
background: url(/images/chrome/menu_l.png); /*THEME CHANGE HERE*/
float: left;
padding: 0;
margin: 0px 0 0 0;
}
.chromecontainerright {
width: 11px;
height: 26px;
background: url(/images/chrome/menu_r.png); /*THEME CHANGE HERE*/
float: left;
padding: 0;
margin: 0px 0 0 0;
}

.chromestyle{
width: auto;
font-weight: bold;
float: left;
font-size: 11px;
}

.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: auto;
background: url(/images/chrome/menu_bg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding: 6.25px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected
{
    /*script dynamically adds a class of "selected" to the current active menu item*/
    color: #FF6666;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:150;
background-color: #7A0000;

width: 140px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0px;
font-size: 11px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
}



.dropmenudiv a:hover
{
    background-color: #9F0000; /*THEME CHANGE HERE*/
}