.basictab
{	width:838px;border-bottom: 1px #000 solid;}

.basictab ul
{
	margin: 4px 4px 0px 4px;
	padding: 3px 0;
	margin-left: 0;
	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;
	border: 1px #000012 solid;	
	border-bottom: none;
	color: #000;
}

.basictab li a.small
{
	text-decoration: none;
	padding: 2px 4px;
	margin-right: 2px;
	border: 1px #000012 solid;	
	border-bottom: none;
	color: #000;
	font-size:.8em;
}

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

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

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

.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;
}
