.halfmoon{
display:inline;
display:block;
}

.halfmoon ul{
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 0px solid #929492;
display:block;
color:#FFF;
margin:0;
padding:0;
}

.halfmoon li{
display: block;
margin: 0;
float:left;
/*background:url(menu_hover_bg.gif) repeat-x left top;*/
}

.halfmoon li a{

display:block;
float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	padding:10px 15px 0 15px;
	
}

.halfmoon li a:visited{
color: white;
}

.halfmoon li a:hover, .halfmoon li.selected a{
	padding:10px 15px 0 15px;
	display:block;
/*background-color: #c8e181;*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
	position:absolute;
	top: 92px;
	border: 0px solid #657f27; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	color:#000;
	background-color: #eff8d2;
	width: 200px;
	visibility: hidden;
	text-align:left;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #657f27; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color:#000;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #c8e181;
}
.border{

padding:10px 0px 0 0px;
}

