.basictab {
	float:left;
	width:100%;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #666;
	margin-bottom:1em; /*margin between menu and rest of page*/
	overflow:hidden;
	}

.basictab ul {
	margin:0;
	padding:10px 10px 0 0px;
	list-style:none;
	
	}

.basictab li {
	margin:0;
	padding:0;
	}

.basictab a {
	float:left;
	background:url("left.png") no-repeat left top;
	margin:0;
	padding:0 0 0 6px;
	text-decoration:none;
	}

.basictab a span {
	float:left;
	display:block;
	background:url("right.png") no-repeat right top;
	padding:6px 15px 4px 6px;
	margin-right:2px;
	color:#FFF;
	}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.basictab a span {float:none;}

/* End IE5-Mac hack */
.basictab a:hover span {
	}

.basictab a:hover {
	background-position:0% -42px;
	}

.basictab a:hover span {
	background-position:100% -42px;
	}

.tabcontainer{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	padding-top: 30px;
	height:160px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
	display:none;
}
