.chromestyle{
width: 980px;
font-weight: bold;
font-size: 14px;
margin: 0 0 -1px 0;
color: 000;
}

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

.chromestyle ul{
background-color: #f3f3f3;
width: 100%;
background: url(../images/menu_back.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 8px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 0;
border-right: dotted 1px #999;
}

.chromestyle ul li.last{
display: inline;
border-right: 0;
}

.chromestyle ul li a {
color: #000;
font: 12px verdana;
padding: 4px 13px;
margin: 0;
text-decoration: none;

}

.chromestyle ul li a:visited {
color: #000;


}

.chromestyle ul li a:hover{
color: #fff;
text-decoration: none;
background-color: #ff9000;
 /*THEME CHANGE HERE*/
}


.chromestyle ul li a[rel]:before{ /*HTML to indicate drop down link*/
/*content: "X ";*/
/*content: " " url(../images/header_icon_home.gif);*/ /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
padding: 0 0 10px 0px;
border-left: 1px solid #fff; /*THEME CHANGE HERE*/
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
font:normal 12px Verdana;
line-height:15px;
z-index:100;
background-color: #dbe0e9;
width: 160px;
*width: 180;
visibility: hidden;
text-indent: 10px;
/*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: 0 solid #BBB; /*THEME CHANGE HERE*/
padding: 4px 0 5px 10px;
text-decoration: none;
color: #000;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #fff;
text-decoration: underline;
background-color: #ff9000;
}