.chromestyle{
width: 600px;
}

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

.chromestyle ul{
width: 100%;
height: 40px;
background: #ABAF3A; /*THEME CHANGE HERE*/
padding-bottom: 0px;
padding-left: 0px;
padding-top: 0px;
margin: 0 0 0 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
border:0px;
padding:0px;
}

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

.chromestyle ul li a:hover{
background: ; /*THEME CHANGE HERE*/
}

.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-top-width: 0px;
border-left-width: 0px;
border-right: 3px solid #D0D293;
/*border: 2px solid #D0D293; THEME CHANGE HERE*/
border-bottom: 2px solid #D0D293;
font:normal 11px Arial;
line-height: 20px;
z-index:100;
background-color: #D0D293;
width: 150px;
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: 5px;
border-bottom: 2px solid #D0D293; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #6684A0;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6684A0;
color: #FFFFFF;
}