.menustyle{
width: 820px;
float:left; 
font:normal small arial;
}

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

.menustyle ul{
	border: 1px solid #ffffff;
	width: 100%; /*THEME CHANGE HERE*/
	padding: 6px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-image: url(menubg.gif);
	background-repeat: repeat;
	background-position: center center;
}

.menustyle ul li{
display: inline;
}

.menustyle ul li a{
color: #ffffff;
padding: 4px 7px;
text-align:center;
margin-right: 4px;
margin-left: 4px;
text-decoration: none;
}

.menustyle ul li a:hover{
background: url(menubg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color:#EFBD08;
}

.menustyle 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: 2px;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal small arial;
line-height:18px;
z-index:100;
background-color: #584116;
width: 200px;
visibility: hidden;
}


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

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

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