.halfmoon{
margin-bottom: 0;
padding-bottom: 0;
}

.halfmoon div {
	background: url(../images/half-moon-div.png) top left no-repeat;
	float: right;
}

.halfmoon ul{
padding: 0 9px 0 5px;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: bold 11px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/*border-bottom: 1px solid #929492;*/
}

.halfmoon li{
display: inline;
margin: 0;/*
padding: 7px 0 7px 0;*/
}

.halfmoon li a{
float: left;
text-decoration: none;
padding: 10px 7px 10px 7px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
/*border-left: 1px solid gray;*/
color: #fff;
font: bold 11px Verdana;
text-shadow: 1px 1px 1px #BCA65B;/*
background: #e5febc url(media/halfmoontab.gif) top right no-repeat;
background: #CA0002;*/
}

.halfmoon li a:visited{

}

.halfmoon li a:hover {
background: #ca0002 url(../images/top_hover.gif) bottom;
color: #fff;
text-shadow: 1px 1px 1px #181818;
}

.halfmoon div li a:hover {
background: none !important;
color: #fff;
text-shadow: 1px 1px 1px #181818;
}

.halfmoon .current{
background: #ca0002 url(../images/top_hover.gif) bottom;
color: #fff;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #ca0002; /*THEME CHANGE HERE*/
/*border-width: 0 1px;*/
font:normal 11px Verdana;
line-height:18px;
z-index:100;
background-color: #fff;
width: 200px;
visibility: hidden;
}


.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: #ca0002;
border-bottom: 1px solid #ca0002;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background: #ca0002;
color: #fff;
}
