.halfmoon{
margin: 0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;

}

.halfmoon ul{

border: 0px solid #BBB;
width: 100%;
background: url(../images/gray1.gif) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
padding:0px;
text-align: left;
line-height:40px;


}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a{
color: #fff;
padding: 12px 3px;
margin: 0;
text-decoration: none;
border-right: 1px solid #fff;
line-height:40px;
}


.halfmoon li a:hover, .halfmoon li a.current{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/redline.gif) center center repeat-x;
color:#FFFFFF;
line-height:40px;
 /*THEME CHANGE HERE*/
}



#tabcontentcontainer{
width:700px; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
border: 2px solid #eeeeee;

}

.tabcontent{
display:none;
FONT-SIZE: 12px;LINE-HEIGHT: 20px; FONT-FAMILY: Arial, Helvetica, sans-serif; TEXT-DECORATION: none; padding:10PX; text-align:left;

}
