

.chromestyle {
width: 910px;
font-weight: bold;
padding: 0px;
margin: 0;
background: url("../images/bg/main-content.gif") repeat-y top left;
height: 37px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 880px;
background:  url("../images/bg/menu.gif") center center repeat-x; /*THEME CHANGE HERE*/
padding: 12px 0;
margin-left: 15px;
text-align: left; /*set value to "left", "center", or "right"*/
text-transform: uppercase;
font-family: tahoma, verdana, arial;
font-size: 11px;
font-weight: normal;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #222;
padding: 12px 26px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DEDEDE;
}

.chromestyle ul li a.noborder {
color: #222;
padding: 12px 26px;
margin: 0;
text-decoration: none;
border-right: 0;
}

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

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

.dropmenudiv{
position:absolute;
top: 0;
border-bottom: 1px solid #E0E0E0; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:20px;
z-index:100;
background-color: #f2f2f2;
width:250px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
text-transform: uppercase;
font-family: tahoma, verdana, arial;
font-size: 10px;
font-weight: normal;
}

.dropmenudiv em {text-transform: none}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 0px solid #795D58; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #003366;
color:#fff;
}