.basictab ul{
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
padding-right:0px;
padding-left:0px;
padding-top:6px;





}

.basictab li{
display: inline;
margin: 0;


}

.basictab li a{
	color:#330000;
	text-decoration:none;
	font:Century Gothic;
font-size: 10pt;
letter-spacing: 2px;
    padding: 1.2em;
color:#330000;



}

.basictab li a:visited{
	color:#330000;

}

.basictab li a:hover, .basictab li a.current{
	color:#E09236;

}

.basictab li a:active{
	

}
/*Community*/
.tabcontainer{
	position:relative;
	
	text-align:center;
	color:#330000;
	font-size:16px;
	font-weight:bold;
	width:25%; /*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: 170px;
}
/*Learn*/
.tabcontainer2{
	position:relative;
	text-align:center;
	color:#330000;
	font-size:16px;
	font-weight:bold;
	width:100%; /*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: -125px;



}

.tabcontent{
display:none;
}

.subtab ul{
	position:relative;
	padding-right:20px;
	padding-left:70px;
	list-style-type: none;
	
	
}

.subtab li{
	display: list-item;
	margin: 0;
	text-decoration:none;
	background-color:#D0D9B3;
}

.subtab li a{
color:#330000;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.subtab li a:visited{
color:#330000;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.subtab li a:hover, .subtab li a.current{
color:#E09236;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

.subtab li a:active{
color:#330000;
font-size:12px;
font-weight:bold;
text-decoration:none;
}

