.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
color: white;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.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 gray;
color: white;
font: bold 12px Verdana;
background: #ff6600 url(../images/halfmoontab.gif) top right no-repeat;
}

.halfmoon li a:visited{
font: bold 12px Verdana;
color: black;
}

.halfmoon li a:hover, .halfmoon li.selected a{
font: bold 12px Verdana;
color: black;
background-color: #ffcc66;
}


