﻿.halfmoon{
margin-bottom: 0em;
}

.halfmoon ul{
padding: 3px 9px 2px 5px;
margin-left: 0;
margin-top: 1px;
margin-bottom: 5px;
font: thin 12px arial;
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: 3px 9px 2px 10px;
margin: 0px;
margin-right: 5px; /*distance between each tab*/
border-left: 1px solid #DDD;
color: gray;
font-size: 13px;
background: #ECEEEC url(media/tabright.gif) top right no-repeat;
}

.halfmoon li a:visited{
color: gray;
}

.halfmoon li a:hover{
background-color: #CDDADA;
color: navy;
}


