.halfmoon{
	height: 32px;
	width: 860px;
	background-image: url(../images/nav_background.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.halfmoon ul{
	padding: 9px 9px 2px 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	font: normal 12px Verdana;
	text-align: center;
	letter-spacing: 1px;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
	text-decoration: none;
	padding: 1px 10px 8px 16px;
	margin: 0;
	margin-right: 1px;
	color: #FFFFFF;
	font-size: 11px;
}

.halfmoon li a:hover{
	color: #990000;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
	position:absolute;
	top: 0px;
	border: 1px solid #000000; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:12px;
	z-index:100;
	background-color: #999999;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv_e a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #000000; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 4px 0;
	text-decoration: none;
	color: #000000;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFFFFF;
}
