.halfmoon{

}

.halfmoon ul{ width:1000px; padding: 13px 0px ; background-color:#1a7fc7;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px ; font-family: my_font;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 0px solid #929492;
}

.halfmoon li{
display: inline; 
margin: 0;
}

.halfmoon li a{
text-decoration: none; width:1000px;
padding: 14px 47px ;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: -px solid gray;
color: #ffffff;
font-size: 16px;
background: # url(media/halfmoontab.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: #ffffff;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #;
}
a:hover{background:#166caa; }

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

.dropmenudiv_e{
position:absolute; margin-left:40px; margin-top:0px;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 16px; font-family:my_font; color:#FFFFFF;
line-height:18px;
z-index:100000000;
background-color: #11639e;
width: 200px; 
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: white;
}

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

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color:
}

/* ######### Responsive CSS ######### */


@media screen and (max-width: 1000px){

	.halfmoon{
		margin-bottom: 0;
	}

	.halfmoon ul{
		border-bottom-width :0;
	}

	.halfmoon li{
		margin: 0;
		display: inline-block;
		margin-top: 10px;
	}

	.halfmoon li a{
		padding: 10px auto;
		font-size: 120%;
		border-left: none;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: none;
	}

	.dropmenudiv_e{
		width: 100% !important;
		display: none;
		position: static;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	 .dropmenudiv_e a{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

}