.halfmoon{
	margin-bottom: 0.25em;
	background-color: #290006;
}

.halfmoon ul{
	padding: 3px 9px 2px 5px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: left;
	font-family: Verdana;
	font-size: 1em;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #330000;
}

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

.halfmoon li a{
	text-decoration: none;
	padding: 3px 9px 2px 5px;
	margin: 0;
	margin-right: 0px; /*distance between each tab*/
	border-left: 1px solid gray;
	color: #290006;
	font-size: 0.8em;
	font-family: Georgia, Times, serif;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(images/passtab.gif);
}

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

.halfmoon li a:hover, .halfmoon li.selected a{
	background-color: #FFFFCC;
}


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

.dropmenudiv_e{
	position:absolute;
	top: 0;
	line-height:1.25em;
	z-index:100;
	background-color: #FFFFFF;
	width: 200px;
	visibility: hidden;
	font-family: Georgia, Times, serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #657f27;
	border-right-color: #657f27;
	border-bottom-color: #FFFFCC;
	border-left-color: #657f27;
}


.dropmenudiv_e a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #657f27; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: #290006;
}

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

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	background-color: #FFFFCC;
}
