.halfmoon{
margin-bottom: 0px;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
vertical-align:bottom;
/*border-bottom: 1px solid #929492;*/
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #000000;
color: #FFFFFF;
font-size: 13px;
background: #996633 url(tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: #FFFFFF;
}

.halfmoon li a:hover{
background-color: #FFCC66;
color: #000000;
background: #FFCC66 url(tableft.gif) top right no-repeat;

}

------------------------------------------------------------------

.halfmoon2{
margin-bottom: 0px;
}

.halfmoon2 ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
vertical-align:bottom;
/*border-bottom: 1px solid #929492;*/
}

.halfmoon2 li{
display: inline;
margin: 0;
}

.halfmoon2 li a{
text-decoration: none;
padding: 3px 9px 2px 5px;
margin: 0;
margin-right: 1px; /*distance between each tab*/
border-left: 1px solid #f8ee96;
color: #FFFFFF;
font-size: 13px;
background: #996633 url(tabright2.gif) top right no-repeat;
}

.halfmoon2 li a:visited{
color: #FFFFFF;
}

.halfmoon2 li a:hover{
background-color: #FFCC66;
color: #000000;
background: #FFCC66 url(tableft2.gif) top right no-repeat;

}