.menustyle{
	width: 100%;
	font-weight: bold;
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menustyle ul{
	border: 0px solid #color: #000000;;
	width: 660px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	background: #84C225 center center repeat-x; /*THEME CHANGE HERE*/
	padding: 2px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.menustyle ul li{
	display: inline;
	width: 15%;
	line-height:18px;
}

.menustyle ul li a{
	color: #000000;
	padding: 2px 0;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #313D19;
}

.menustyle ul li a:hover{
	background: #313D19 center center repeat-x;
	color: #ffffff;
}

.menustyle 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 #313D19; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #84C225;
	width: 113px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#39452C,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #313D19; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	COLOR: #000000;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #313D19;
	COLOR: #FFFFFF;
}