.chromestyle{
/*width: 968px;*/
width: 100%;
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{
/*width: 928px;*/
line-height: 29px;
background: url('../images/design/menu_bg.jpg') #004C7F repeat; 
margin: 0;
padding: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
margin: 0;
line-height: 29px;
text-decoration: none;
text-transform: uppercase;
color: #f9f9f9;
font-family:tahoma,verdana,"Lucida Grande",sans-serif;
font-size: .8em; 
font-weight: 525; 
padding: 7px 2px 8px 2px;
margin-right: 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url('../images/design/menu_bg_hover.jpg')repeat;
background: #353535; 
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px; 
-webkit-border-top-right-radius: 5px;
-webkit-border-top-left-radius: 5px; 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top: -1px;
border: 1px solid #403f3f; /*THEME CHANGE HERE*/
border-top:0;
font-family: tahoma,verdana,"Lucida Grande",sans-serif;
font-size: .9em; 
line-height:12px;
z-index:100;
background: #353535; 
width: 165px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #403f3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #f1f1f1;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background: #B8001C;
    color: white;
}