.chromestyle{
width: 99%;
font-family: Verdana, Arial, Sans-serif;
font-size: 11px;
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{
border: 0px solid #BBB;
width: 100%;
background: url(../images/brown_background.gif) center center repeat-x; /*THEME CHANGE HERE*/
*/background-color: #989783; 
padding: 1px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 10px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
background: url(../images/brown_background.gif) center center repeat-x; /*THEME CHANGE HERE*/
*/background-color: #989783;
color: #ced7d8;
}

.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;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana, Arial, Sans-serif;
line-height:18px;
z-index:100;
background-color: #adb6b5;
filter:alpha(opacity=95); /* dd - For most versions of Firefox, Safari, and Opera. */-moz-opacity:0.95; /* dd - For old versions of Mozilla browsers, like Netscape Navigator */-khtml-opacity: 0.95; /* dd - For old versions of Safari (1.x) */opacity: 0.95; /* dd - For IE */
width: 200px;
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: 10px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #989783;
}
