.halfmoon{
margin-bottom: 1em; width:430px; height:60px;
}

.halfmoon ul{
padding: 0px; margin:0px; width:430px;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}
.halfmoon ul li{float:left; width:80px; height:60px;}
#main_nav_s{ width:430px; height:60px; float:left; display:block; background-color:#000000;}

.halfmoon li a{
text-decoration: none;
padding: 0px;
margin: 0;
}

.halfmoon li a:visited{
color: black;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 1px solid #363636; /*THEME CHANGE HERE*/
border-width: 0 1px;
font-family:Tahoma; text-align:center;color:#000000; font-size:12px; text-align:left;
font-weight:normal;
line-height:18px;
z-index:20;
background-color: #434343;
width: auto;
visibility: hidden;
color:#FFFFFF;
margin:5px 0 0 0;
}

.dropmenudiv_e a{
width:  auto;
display: block;
text-indent: 2px;
border: 0 solid #363636; /*THEME CHANGE HERE*/
font-weight:normal;
border-bottom-width: 1px;
padding: 5px;
text-decoration: none;
margin:0px 0 0 0;
color:#FFFFFF;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 90%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #535353;
}