/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.halfmoon{

}

.halfmoon ul{
padding: 0px 8px 0px 8px;
margin-right: 30px;
margin-left: 0;
margin-top: 0;
margin-bottom: 0;
font: 11px Verdana;
list-style-type: none;
text-align: right; /*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: 0px 8px 0px 8px;
margin: 0;
margin-right: 0.22em; /*distance between each tab*/
border-right: 1px solid #ffffff;
color: white;
font-size: 11px;
}

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

.halfmoon li a:hover{
color: #80981e;
}

#selected{
color: #80981e;

}


