.halfmoon{
margin-bottom: 0em;
background: #FFFFFF; 
}

.halfmoon ul{
background: #FFFFFF; 
padding: 0px 10px 1px 10px;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: normal 10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
border-bottom: 1px solid #929492;
}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
text-decoration: none;
padding: 0px 10px 1px 10px;
margin: 0;
margin-right: 0px; /*distance between each tab*/
border-left: 1px solid gray;
color: #666666;
font-size: 11px;
background: #FFFFFF; 
/*background: #e5febc url(media/halfmoontab.gif) top right no-repeat;*/
}

.halfmoon li a:visited{
color: black;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background: #B2E4F9;
font: normal;
color: #990000;
text-decoration: underline;
/*background-color: #c8e181;*/
}
