
.halfmoon ul{
margin-left: 0;
margin-top: 1px;
font: 11px Arial;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
line-height:29px;
padding: 2px 8px 9px 8px;
margin: 0;
font-weight:bold;
margin-right: 2px; /*distance between each tab*/
color: black;
font-size: 11px;
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover, .halfmoon li.selected a{
color:#FFFFFF;
text-align:center;
text-decoration:none;
font-weight:bold;
border-top: solid 1px #cccccc;
border-left: solid 1px #cccccc;
border-right: groove 1px #cccccc;
background-image:url(images/tabmenu.gif);
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
border-bottom: 1px #CCCCCC groove;
border-left: dotted 1px #cccccc;
border-right: 1px #cccccc groove;
position:absolute;
top: 0px;
font: 11px Arial;
line-height: 24px;
z-index:50;
background-color:#63b666;
width: 200px;
visibility: hidden;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px #CCCCCC dotted;
padding: 6px 0 6px 0;
text-decoration: none;
font: 11px Arial;
color:#FFFFFF;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #9bcf90;
font-family:Arial, Arial, Helvetica, sans-serif;
font: 11px Arial;
color:#FFFFFF;
}
