.basictab ul{
float: left;
width: 900px;
background: url(../images/bg-nav.gif) repeat-x;
padding: 6px  0 6px 0;
font: bold 12px Arial;
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: 6px 15px;
margin-right: 5px;
border-bottom: none;
/*background-color: #f6ffd5;*/
color: #fff;
text-decoration: none;
}

.basictab li a:visited{
color: #fff;
text-decoration: none;
}

.basictab li a:hover, .basictab li a.current{
background: #009AD8;
color: #fff;
text-decoration: none;
}

.basictab li a:active{
color: #fff;
text-decoration: none;
}

.tabcontainer{
clear: left;
width:900px; /*width of 2nd level sub menus*/
height:27px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
background: #009AD8;
margin: 0;
padding: 5px 0 0 0;
font: 11px Arial;
text-indent:10px;
color: #333;
border-bottom: 1px solid #FFFFFF;
}

	.tabcontainer a{
	font: 11px Arial;
	text-decoration: none;
	color: #CCFFFF;
	}

	.tabcontainer a:hover{
	font: 11px Arial;
	text-decoration: none;
	color: #FFF;
	}

.tabcontent{
display:none;
height: 2em;
color: #CCFFFF;
}