.halfmoon
{
	margin-top:0px;
	
	float:right;
	
	
	
	
	

	
	
}

.halfmoon ul{



list-style-type: none;
text-align: right; /*set to left, center, or right to align the menu as desired*/


}

.halfmoon li{
	display:block;
	float:left;
	
	margin-left:30px;
	margin-top:15px;

	text-align:left;
	border: 0px solid #929492;






}




.halfmoon li a{
	display:block;
	float:left;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-size:17px;
text-shadow: 0px 1px 1px rgba(0, 0, 0, 1);
font-weight:500;
	
	min-width:80px;


}


.halfmoon li a:hover{
	color:#fff;
	min-width:80px;


	
	
}

.halfmoon li .current{
	color:#fff;
		min-width:80px;

	
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
/*THEME CHANGE HERE*/

background-color:#fff;
line-height:35px;
z-index:100;
-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
width: 200px;
visibility: hidden;
margin-top:8px;
text-align:left;
margin-left:0px;
    border-bottom: 2px solid #128CC3; 
	

}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 12px;
font-size:14px;
border-bottom: 1px dotted #ccc; /*THEME CHANGE HERE*/
text-transform:capitalize;


text-decoration: none;
color: #000000;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color:#128CC3;
color:#ffffff;

}


