
.halfmoon {
margin: 0px auto 0px auto;
padding: 0px 0px 0px 0px;
background: transparent;
position: relative;
float:none;
clear: both;
top: 115px;
left: 80px;
height: auto;
min-width: 800px;
max-width: 1120px;
width: 100%;
vertical-align: top;
text-align: center;
z-index: 101;
border: 0px solid white;
}


.halfmoon ul{
padding: 10px 0px 0px 5px;
margin: 0px 0px 0px 0px;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 0px solid #FFFFFF;
z-index: 102;
white-space: nowrap;
font-weight: normal;
border: 0px solid white;
}


.halfmoon li {
margin: 0px 0px 0px 0px;
display: inline;
z-index: 103;
font-weight: normal;
}


.halfmoon li a {
z-index: 104;
color: #ffffff;
text-decoration: none;
margin-right: 1px; /*distance between each tab*/
white-space: nowrap;
font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
font-stretch: normal;
font-style: normal;
font-weight: normal;
letter-spacing: 0.1em;
background: #998C7C url(media/halfmoontab.gif) top right no-repeat;
border-left: 1px solid gray;
border-bottom: 3px solid #998C7C;
padding: 2px 14px 2px 9px;
}


.halfmoon li a:hover, .halfmoon li.selected a{
z-index: 105;
margin-right: 1px; /*distance between each tab*/
background-color: #C4B9A1;
color: #fff;
border-top: 1px solid #000;
border-top-style: outset;
border-bottom: 3px solid #C4B9A1;
padding: 0px 14px 0px 9px;
}



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

div.dropmenudiv_e {
position: absolute;
margin: 1px 0px 0px 2px;
padding: 0px 0px 0px 0px;
top: 0px;
background-color: #998C7C;
border-bottom: 1px solid #C4B9A1; /*THEME CHANGE HERE*/
z-index:101;
width: 120px;
visibility: hidden;
color: #fff;
font-weight: normal;
}


div.dropmenudiv_e a {
 width: auto;
 display: block;
 padding: 1px 7px 1px 7px;
 border: 1px solid #C4B9A1; /*THEME CHANGE HERE*/
 text-decoration: none;
 white-space: nowrap;
 font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 line-height:18px;
 font-stretch: ultra-condensed;
 font-style: normal;
 font-weight: normal;
 text-align: left;
 color: #fff;
}

* html div.dropmenudiv_e a { /*IE only hack*/
width: 100%;
color: #C4B9A1;
font-weight: normal;
}


div.dropmenudiv_e a:visited {
color: #fff; /*white*/
font-weight: normal;
}

.dropmenudiv_e a:hover { /*THEME CHANGE HERE*/
background-color: #C4B9A1;
color: #fff;
font-weight: normal;
padding: 1px 7px 1px 7px;
}



