.halfmoon{
	margin-bottom: 5px;
	margin-top: 4px;
	padding-left: 10px;
	margin-right: 49px;
	margin-left: 1px;
}

.halfmoon ul{
	list-style-type: none;
	text-align: center;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #929492;
	margin: 0px;
}

.halfmoon li{
	display: inline;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

.halfmoon li a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 12px;
	background-color: #000F76;
	background-image: url(media/halfmoontab.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 7px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 18px;
	border-left-style: none;
	border-left-color: gray;
}

.halfmoon li a:visited{
	color: #FFFFFF;
}

.halfmoon li a:hover, .halfmoon li.selected a{
	background-color: #0177BE;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
	position:absolute;
	top: 0;
	z-index:100;
	background-color: #000C72;
	width: 500px;
	visibility: hidden;
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 18px;
	border-top-width: 0;
	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;
}


.dropmenudiv_e a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

* html .dropmenudiv_e a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
	background-color: #0173B9;
}

