.halfmoon{
	margin-bottom: 0px;
}

.halfmoon ul{
	margint: 0;
	font: bold 12px Verdana;
	list-style-type: none; /*set to left, center, or right to align the menu as desired*/
}

.halfmoon li{
	display: inline;
	margin: 0;
}

.halfmoon li a{
	text-decoration: none;
	padding: 0;
	margin: 0;
	
}

.halfmoon li a:visited{
}

.halfmoon li a:hover, .halfmoon li.selected a{
	background-color: #FF0000;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
	position:absolute;
	top: 0;
	font:normal 12px/18px Verdana;
	z-index:100;
	background-color: #336600;
	width: 200px;
	visibility: hidden;
	color: #FFFFFF;
	border-top: 0 solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0 solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}


.dropmenudiv_e a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 2px 0;
	text-decoration: none;
	color: #FFFFFF;
	border-top: 0 solid #A1930A;
	border-right: 0 solid #A1930A;
	border-bottom: 1px solid #A1930A;
	border-left: 0 solid #A1930A;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	background-color: #140100;
}
