.halfmoon{
margin-bottom: 0em;
}

.halfmoon ul{
padding: 8px 0px 0px 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
font: bold 11px Trebuchet MS;
color: #ffffff;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 0px solid #929492;
}

.halfmoon li{
display: inline;
margin: -2px;
}

.halfmoon li a{
text-decoration: none;
padding: 8px ;
margin: 0;
margin-right: 0px; /*distance between each tab*/
border-left: 0px solid gray;
color: #ffffff;
font-size: 11px;
background: #A5B5B2;
font: bold 11px Trebuchet MS;
}

.halfmoon li a:visited{
color: #ffffff;
font: bold 11px Trebuchet MS;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #FFAD0C;
font: bold 11px Trebuchet MS;
color: #ffffff;
}


.qui a:{
border: 0px solid #657f27; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:normal 10px Trebuchet MS;
line-height:18px;
z-index:100;
background-color: #FFAD0C;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 0px solid #657f27; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:normal 10px Trebuchet MS;
line-height:18px;
z-index:100;
background-color: #FFAD0C;
visibility: hidden;
}


.dropmenudiv_e a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #657f27; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	padding: 4px 0;
	text-decoration: none;
	color: White;
	font: bold 10px Trebuchet MS;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #FFA600;
color: White;
font: bold 10px Trebuchet MS;
text-indent: 5px;
padding: 4px 0;
}

