.halfmoon{
margin-bottom: 0em;
}

.halfmoon ul{
padding: 3px 9px 2px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 4px;
list-style-type: none;
text-align: center; /*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;
	padding: 7px 15px 3px 15px;
	margin: 0;
	margin-right: 0px; /*distance between each tab*/
	border-left: 1px solid gray;
	color: #FFF;
	font-size:16px;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #600 url(halfmoontab.gif) top right no-repeat; /*TAB BG*/
	text-transform:uppercase;
}

.halfmoon li a:visited{
color: FFF;
font-weight: bold;
}

.halfmoon li a:hover, .halfmoon li.selected a{
	background-color: #FC3;
		color: #000;
		font-weight: bold;
	
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
	position:absolute;
	top: 0;
	border: 0px solid #343551; /*THEME CHANGE HERE*/
	text-align: center;
	line-height:20px;
	z-index:100;
	background-color: #FC3;
	width: 120px;
	visibility: hidden;
	font-size:12px;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}


.dropmenudiv_e a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #343551; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	padding: 2px 0;
	text-decoration: none;
	color: #000;
	text-transform:uppercase;
	font-weight: bold;
	text-align: center;
	font-size:12px;
	font-weight: bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.dropmenu_hr{
	border-top:1px;
	border-top-color:#000;
	border-top-style:solid;
	padding-top:5px;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	background-color: #600;
	color: #FFF;
	font-weight: bold;
}