.halfmoon
{

	

	

}

.halfmoon ul{
padding: 0px 5px 0px 5px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;


list-style-type: none;
text-align:center; /*set to left, center, or right to align the menu as desired*/
border: 0px solid #929492;
}

.halfmoon li{
	display:block;
	float:left;
	margin-right:0px;
	text-align:center;

	margin-top:0px;
	
	
	border:solid 0px #000000;


}

.halfmoon li a{
	display:block;
	float:left;
	color:#fff;
	text-decoration:none;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	-moz-border-radius: 5px;
border-radius: 5px;
	min-width:85px;
	margin:5px;	
	border:solid 0px #ffffff;
	font-size:17px;
}


.halfmoon li a:hover{
	color:#000000;
	min-width:85px;
	margin:5px;
		color:#FF9900;

	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	

	
	-moz-border-radius: 5px;
border-radius: 5px;
}

.halfmoon li .current{
		color:#FF9900;
	min-width:85px;
	margin:5px;

	padding-bottom:5px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;

	
	-moz-border-radius: 5px;
border-radius: 5px;
}




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

.dropmenudiv_e{
position:absolute;
top: 0;
border: 0px solid #393535; /*THEME CHANGE HERE*/

background-color:#FF9900;
line-height:30px;
z-index:100;

width: 160px;
visibility: hidden;
margin-top:5px;
text-align:left;
margin-left:0px;

}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 12px;
font-size:12px;
text-transform:uppercase;
border-bottom: 0px dotted #6C6767; /*THEME CHANGE HERE*/



text-decoration: none;
color: #000000;
}

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

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color:#333;
color:#ffffff;
	
}


