.halfmoon{
margin-bottom: 0em;
}

.halfmoon ul{
width: 938px;
padding: 6px 0px 5px 0px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
color: #53483d;
line-height: 14px;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
border-bottom: 2px solid #f1b626;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
width: 937px;
text-decoration: none;
padding: 6px 23px 5px 22px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 0px solid gray;
color: #53483d;
font: bold 12px verdana;
line-height:14px;
background: #dddcdc;
}

.halfmoon li a:visited{
width: 937px;
text-decoration: none;
padding: 7px 23px 5px 22px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 0px solid gray;
color: #53483d;
font: bold 12px verdana;
line-height:14px;
background: #dddcdc;
}

.halfmoon li a:hover, .halfmoon li.selectedNew a{
color: #53483d;
background: #f1b626;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
margin-top: 1px;
border: 0px solid #657f27; /*THEME CHANGE HERE*/
border-width: 0 0px;
font:normal 10px Verdana;
line-height:18px;
z-index:500;
background-color: #dddcdc;
width: 150px;
visibility: hidden;
}


.dropmenudiv_e a
{ 
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 2px;
padding: 2px 0; 

text-decoration: none;
color: #53483d;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #f1b626;
color: #53483d;
}

.dropmenudiv_e a:visited{
color: #53483d;
font:normal 10px Verdana;
line-height:18px;
}
