.halfmoon{
margin:0px;
padding:0px;
height:21px;
}

.halfmoon ul{
        font: bold 12px Verdana;
        list-style-type: none;
        text-align: left;
        margin:0;
        padding:0;
        height:21px;
        }

.halfmoon li{
float:left;
clear:none;
margin:0;
padding:0;
height:21px;
}

.halfmoon li a{
float:left;
padding-left: 12px;
padding-right: 12px;
padding-bottom:4px;
padding-top:2px;
text-decoration: none;
border-right: 1px solid #6E6E52;
border-left: 1px solid #BABA8B;
color: #404030;
font-size: 9pt;
background-color: #FFFFFF;
background-image: url(../images/menu-un.jpg);
background-repeat: repeat-x;
background-position: left top;
margin: 0;

}

.halfmoon li a:visited{
color: #404030;
}

.halfmoon li a:hover,.halfmoon li.selected a{
        background-color: #FFFFFF;
        background-image: url(../images/menu-sel.jpg);
        color: #404030;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
        position:absolute;
        top: 0;
        font:normal 12px Verdana;
        line-height:20px;
        z-index:100;
        width: 200px;
        visibility: hidden;
        text-align:left;
}


.dropmenudiv_e a{
        width: 200px;
        display: block;
        text-indent: 5px;
        padding: 2px 10px 0 10px;
        text-decoration: none;
        color: #404030;
        background-color: #D6D6A0;
        font-weight: bold;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
        font-weight: bold;
        color: #404030;
        background-color: #BABA8B;
}

.subMenu
{
        padding: 0px;
        list-style: none;
        color: #404030;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 10px;
        font-weight: normal;
        /*margin-top: 4px;*/
        margin-right: 3px;
        margin-left: 3px;
        margin-top: -2px;
}


.subMenu a
{
        padding: 0px;
        list-style: none;
        color: #404030;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        /*margin-top: 4px;*/
        text-decoration: none;
        margin-right: 3px;
        margin-left: 3px;
        margin-top: -2px;
}
.subMenu a:hover
{
        padding: 0px;
        list-style: none;
        color: #404030;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        /*margin-top: 4px;*/
        text-decoration: none;
        margin-right: 3px;
        margin-left: 3px;
        margin-top: -2px;
}