.menustyle{
	padding: 2px 0 0 155px;
	width: 980px;
	height: 42px;
	clear: both; 
}

.menustyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.menustyle ul{ /* control the menu line */
	padding: 0;
	margin: 0;
	border: 0 solid #BBB;
	width: 100%;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.menustyle ul li{
	display: inline;
}

.menustyle ul li a{
	color:#FFF;
	padding: 0;
	margin: 0;
	/*width: 150px;*/
	height: 30px;
	font:normal 14px Arial;
	text-decoration: none;
	/*background-color:#9DC82E;
	/*opacity:.30;	filter: alpha(opacity=30); -moz-opacity: 0.3;*/
}

.menustyle ul li a:hover{
	/*background: url(bg_menu.jpg) center center repeat-x; /*THEME CHANGE HERE*/
	font:normal 14px Arial;
	color: #000; /* Green #8CC63E */
	padding: 0px;
	margin: 0;
	height: 30px;
	/*background-color:#D5EC99; /* #FFCC00 = yellow */
	text-decoration: none;
}

.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 {
	margin: 0; 
	padding: 5px;
	position:absolute;
	text-align:left;
	top: 0;
	border: 0px solid #000; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	font:normal 14px Arial;
	line-height:18px;
	z-index:100;
	background-color: #D5EC99;  /* #D2CFCF  grey */ 
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=2); /*Add Shadow in IE. Remove if desired*/
}

* html .dropmenudiv {
	margin: 0 0 0 -150px;
}


.dropmenudiv a {
	padding: 3px;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
	text-decoration: none;
	color: #000;
	font:normal 12px Arial;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
	font:normal 12px Arial;
	display: block;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	padding: 3px;
	background-color: #9DC82E;
	color:#000;
	text-decoration: none;
	font:normal 12px Arial;
}
