.halfmoon{
margin-bottom: 0em;
}

.halfmoon ul{
padding: 19px 50px 30px 3px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 10px Verdana;
text-align: left; /*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: 50px 100px 30px 25px;
margin: 0;
color: white;
border-left: 1px solid white;
font-size: 10px;
background: #91a6c0 ;
}

.halfmoon li a:visited{
background: #91a6c0 ;
}

.halfmoon li a:hover, .halfmoon li.selected a{
background-color: #8395ab;
}


