.menu{
width: 766px; 
font-weight: bold 9px Verdana;
}

.menu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden; 

}

.menu ul{
background: url(back.gif) center repeat-x; /*THEME CHANGE HERE*/
padding: 6px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.menu ul li{
display: inline; 
}

.menu ul li a{
font: 9px Verdana; color: #3A3939;
width: 100%;
padding: 6px 18px;
text-decoration: none;
margin: 0;
}

.menu ul li a:hover{
font: 9px Verdana; color: #B09F85;
width: 100%;
padding: 6px 18px;
text-decoration: none;
margin: 0;
}

.menu 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; 
text-align: left; 
border: 1px solid # #F9F9F9; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 9px Verdana; color:#46423C
line-height:18px;
background-color: #D8DBE3;
width: 300px; 
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#A4A7B1,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
z-index: 100;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #F9F9F9; /*THEME CHANGE HERE*/
font:normal 9px Verdana;
padding: 4px 0;
text-decoration: none;
color:#46423C
}

* html .dropmenudiv a{ /*IE only hack*/
width: 180px; 
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #938D86;
font: bold; color: #F4F4F4; text-decoration: none; 
}