/* CSS Document */

.halfmoon{

}

.halfmoon ul{

margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 14px Verdana;
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;
text-align:left;
}

.halfmoon li a{
text-decoration: none;
text-align:left;

margin: 0;
margin-right: 0; /*distance between each tab*/

color: black;
font: bold 14px Verdana;
}

.halfmoon li a:visited{
color: black;
text-align:left;

}

.halfmoon li a:hover, .halfmoon li a.current{
background-color: #CDDADA;
color: navy;
text-align:left;

}

#tabcontentcontainer{
width:auto; /*width of 2nd level content*/
height:153px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
background-color:#FFFFFF;
}

.tabcontent{
display:none;
}