.basictab ul{
	float: right;
margin: 4px;
padding: 3px 0;
margin-left: 0;
font: bold 14px Trebuchet MS;

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: 3px;
color: #ffffff;
font-size:14px;
}

.basictab li a:visited{
color: #ffffff;
}

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

.basictab li a:active{
color: #b85f27;
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
float:right;color:#ffffff;font-size:14px;
}

.tabcontent a{
font-size:14px;color:#000000;font-weight:bold;
}

.tabcontent a:hover{
font-size:14px;color:#ffffff;font-weight:bold;
}