.halfmoon{
	margin-bottom: 0em;
}

.halfmoon ul{
	padding: 1px 1px 1px 1px;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0;
	font: 12px Arial;
	list-style-type: none;
	text-align: center;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
	text-decoration: none;
	padding: 2px 2px 2px 2px;
	margin: 0;
	margin-right: 0px; /*distance between each tab*/
	border-left: 0px solid gray;
	color: #FFFFFF;
	font-size: 12px;
	background: #BD0926 url(images/halfmoontab.gif) top right no-repeat;
}

.halfmoon li a:visited{
	color: #FFFFFF;
	background-color: #BD0926;
}

.halfmoon li a:hover, .halfmoon li.selected a{
	background-color: #004F2C;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
	position:absolute;
	top: 0px;
	border: 0px solid #FFFFFF;
	font:normal 12px Arial;
	line-height:12px;
	z-index:10;
	background-color: #004F2C;
	width: 120px;
	visibility: hidden;
}


.dropmenudiv_e a{
	width: 120px;
	display: block;
	text-indent: 10px;
	border: 0 solid #BDCC26; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	padding: 1px 2px 2px 2px;
	text-decoration: none;
	color: #FFFFFF;
}

* html .dropmenudiv_e a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	background-color: #FF9900;
	width: 100%;
}
