.basictab {
width:990px;
}
.basictab ul{
margin: 4px;
padding: 3px 0;
margin-left: 10px;
font: bold 12px Verdana;
border-bottom: 1px solid gray;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li{
display: inline;
margin: 0;
}
.basictab li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 0px;
border: 1px solid gray;
border-bottom: none;
background-color:#C4D680; /*#E2EECA ;*/
color: #2d2b2b;
color: white;
}


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

.basictab li a:hover, .basictab li a.current{
background-color: #6394BA; /*#DBFF6C;*/
color: white;

}

.basictab li a:active{
color: white;
}

.tabcontainer{
clear: left;
width:977px; /*width of 2nd level sub menus*/
height:1em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
margin-left:10px;
margin-bottom:0px;/*was 10px*/
padding-top:5px;
padding-bottom:5px;
/*background: url(http://www.fitwatch.com/images/searchbg.gif);*/
/*background: url(http://www.fitwatch.com/images/gradient.jpg) no-repeat bottom;*/
}

.tabcontent{
display:none;
font-size: 12px;
font: Verdana;
color:blue;
color: #3366CC;
margin-left: 8px;
margin-top:0;

}
.tabcontent a:hover,a:link {
color: blue;
color: #3366CC;
}
