.basictab ul{
margin: 0;
padding: 0;
list-style-type: none;
text-align: right; /*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: 10px;
	color: #ffffff;
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;

}

.basictab li a:visited{
color: #FFFFFF;
}

.basictab li a:hover, .basictab li a.current{
color: #fad9b7;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:30px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
text-align: right; 
}

.tabcontent{
display:none;
}

a.submenu:link, a.submenu:visited, a.submenu:active 
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #fad9b7;
	text-transform: uppercase;	
}

a.submenu:hover
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;	
}