.halfmoon{
	margin: 0px auto;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	height:29px;
	float:left;
	background-image:url(images/nav-bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
	width:100%;
}

.halfmoon ul,
.halfmoon li{
	padding:0px;
	margin:0px;
	list-style-type:none;
}

.halfmoon ul{
	height:29px;
	line-height:29px;
	background-image:url(images/nav-bar.gif);
	background-position:right;
	background-repeat:no-repeat;
	float:left;
	padding:0px 1px 0px 0px;
	margin:0px 0px 0px 10px;
}

.halfmoon li{
	height:29px;
	line-height:29px;
	display:inline;
	position:relative;
	float:left;
	width:100px;
	text-align:center;
}

.halfmoon li a{
	height:29px;
	width:100px;
	text-align:center;
	float:left;
	background-image:url(images/nav-bar.gif);
	background-position:left;
	background-repeat:no-repeat;
}


.halfmoon li a:link,
.halfmoon li a:visited{
	color:#dddddd;
	text-decoration:none;
}

.halfmoon li a:hover,
.halfmoon li.selected a{
	background-image:url(images/active.gif);
	background-position:left;
background-repeat:no-repeat;
}





/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
font-size: 11px;
text-align: left;
top: 0;
border: 1px solid #6f7871; /*THEME CHANGE HERE*/
border-width: 0 1px;
line-height:18px;
z-index:100;
background-color: #000000;
width: 150px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #6f7871; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
color: #d2d2d2;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #2f8ecd;
}

