.halfmoon{
margin-bottom: 2px;
}

.halfmoon ul{
padding: 3px 0px 3px 0px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #003;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a, .halfmoon li a:visited{
text-decoration: none;
padding: 3px 9px 3px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #06c;
color: #003;
font: bold 11px Verdana;
text-transform: uppercase;
background: url('/images/menuBG.png') repeat-x;
background-color:#06c;
}


.halfmoon li a:hover {
background: url('/images/menuBGon.png');
background-color:#039;
color:#99c;
}

.halfmoon li.selected a {

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
margin-left:-1px;
border: 1px solid #003; /*THEME CHANGE HERE*/
border-width: 0 1px;
line-height:20px;
z-index:100;
background-color: #06c;
width: 200px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
border: 0 solid #003; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 5px;
text-decoration: none;
text-transform: uppercase;
font:bold 10px Verdana;
color: #006;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #99c;
color: #003
}

.dropmenudiv_e a div {
padding-left:3px;
}