.chromestyle{
width: 100%;
font-weight: bold;

}

.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%;
background: #4A3024 url(page-menu2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 8px 8px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
font: 13px Arial;
font-weight: bold;
color: #ffffff;
border-top: 1px solid #E8BEBE;
border-bottom: 1px solid #E8BEBE;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 2px 2px;
margin: 4px;
text-decoration: none;
border-right: 0 solid #E8BEBE; /*THEME CHANGE HERE*/
font: 12px Arial;
font-weight: bold;
}

.chromestyle ul li a:hover{
background: url(chromebg5a-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: #FFFFFF;
font: 12px Arial;
font-weight: bold;
}

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


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #988868; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #E0D9CB;
width: 250px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #988868; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #000000;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFFFFF;
background: url(chromebg5-over.gif) center center repeat-x; /*THEME CHANGE HERE*/

}