.chromestyle{
width:100%;
font-weight: normal;
}

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

.chromestyle ul{
background:#666666 url(../img/bg/menu.jpg) repeat-x;
width: 100%;
/* background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding-top:7px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
height:23px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color:#FC761D;
}


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

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
margin-top:8px;
border-left: 1px solid #999999;
border-right: 1px solid #999999;
border-bottom: 1px solid #999999;
border-bottom-width: 0;
line-height:16px;
z-index:100;
background-color:#fff;
width:130px;
visibility: hidden;
color:#222222;
text-align:left;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 1px solid #999999; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color:#222222;
}

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

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