﻿body {
}

.halfmoon{
margin-bottom: 1px;

}

.halfmoon ul
{
padding:3px 9px 0px 0px;
margin-left:0px;
margin-top: 1px;
margin-bottom: 0;
font: bold 11px verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
/*border-bottom: 0px solid black;*/


}

.halfmoon li{
display: inline;
margin: 0;
}

.halfmoon li a
{

text-decoration: none;
padding:    3px  5px  1px  5px;
margin: 0;
margin-right: 0; /*distance between each tab*/
/*border-Right: 1px solid #DDD;*/
color: #2D2D2D;
font: bold 11px verdana;
/*background:#AEC668 url(tabright.gif) top right no-repeat;*/
border-top:solid 1px #D3D5D6;
border-left:solid 1px #D3D5D6;
border-right:solid 1px #D3D5D6;


}

.halfmoon li a:visited{
color: #2D2D2D;
}




.halfmoon li a:hover,.halfmoon li a.current{
background-color: #005A84;
color: white;
text-decoration:none;
}

#tabcontentcontainer{
width:430px; /*width of 2nd level content*/
height:1.5em; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontentnews
{
margin-left:0px;
padding:  3px 0px 2px 0px;
display:none;
background-color:#005A84;
width:430px;
height:1px;

}



.top_menu:link { text-decoration:none; font-family:verdana,tahoma, Arial;font-weight:bold; text-align:left; font-size: 11px; color :white ; }

.top_menu:active { text-decoration:none; font-family:verdana,tahoma,Arial;font-weight:bold;text-align:left; font-size: 11px; color :white;}

.top_menu:visited { text-decoration:NONE; font-family:verdana,tahoma,Arial;font-weight:bold;text-align:left; font-size: 11px; color :white; }

.top_menu:hover { text-decoration:none; font-family:verdana,tahoma,Arial;font-weight:bold;text-align:left; font-size: 11px; color :#00FF00;}


