.halfmoon{
margin-bottom: 0em;
}

.halfmoon ul{
padding: 5px 12px 5px 11px;
margin-left: 0px;
margin-right: -6px;
margin-top: 0px;
margin-bottom: 0;
font: 12px Tahoma;
list-style-type: none;
text-align: rigth; /*set to left, center, or right to align the menu as desired*/
border-bottom: 0px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 5px 11px 5px 11px;
margin: 0px;
margin-left: -4px; /*distance between each tab*/
border-left: 0px solid gray;
color: #d6b6b5;
font-size: 12px;
background: #780b0a url(media/halfmoontab.gif) top left no-repeat;
}

.halfmoon li a:visited{
color: #d6b6b5;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #a88888;
color: #000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_e{
position:absolute;
top: 0;
border: 0px solid #5b3e2e; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
font:normal 11px Tahoma;
line-height:18px;
z-index:100;
background-color: #4e2f1e;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv_e a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #5b3e2e; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
padding-left:6px;
text-decoration: none;
color: #978a83;
}

* html .dropmenudiv_e a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_e a:hover{ /*THEME CHANGE HERE*/
background-color: #4e2f1e;
color: #ffffff;
}
