.halfmoon{
	margin-top: 0px;
	margin-bottom: 0px;
	background-color:#4F3F33;
}

.halfmoon ul{
	padding: 15px 0px 15px 0px;
	margin-left: 0;
	margin-top: 0px;
	margin-bottom: 0;
	font: 14px Arial;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the menu as desired*//*border-bottom: 1px solid #929492;*/
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 0px 20px 0px 20px;
margin: 0;
margin-right: 0px; /*distance between each tab*/
/*border-left: 1px solid gray;*/
color: #ffffff;
font-size: 16px;
/*background: #e5febc url(media/halfmoontab.gif) top right no-repeat;*/

}

.halfmoon li a:visited{
color: #ffffff;
}

.halfmoon li a:hover, .halfmoon li.selected a{
color: #D56517;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
margin-top: 20px;
margin-left: -10px;
border: 0px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:normal 14px Arial;
line-height:20px;
z-index:900;
background-color: #ffffff;
width: 400px;
visibility: hidden;
}


.dropmenudiv_e a{
margin-bottom:5px;
width: auto;
display: block;
text-indent: 14px;
border: 0 solid #ffffff; /*THEME CHANGE HERE*/
/*border-bottom-width: 1px;*/
padding: 4px 0px 4px 16px;
text-decoration: none;
font-style: italic;
color: #D56517;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
color: #2C1A0F;
}
