.basictab ul{
padding: 0;
margin-right: 10px;
margin-left: 10px;
margin-bottom:0px;
margin-top:0px;
list-style: none;
top:0px;
left:0px;
font-family: Arial, Helvetica, sans-serif;
list-style-type: none;
background-color: #eaeaea;
height:30px;
font-size:13px;
}

.basictab li{
float:left;
}

.basictab li a{
text-decoration: none;
	overflow: hidden;
	color: #3c3c3c;
	font-size:13px;
	padding:7px 10px 7px 10px;
	text-transform:uppercase;
	display:block;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
color: #fe6400;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
font-family: Arial, Helvetica, sans-serif;
background-color:#818181;
padding-top: 7px;
margin-right: 10px;

clear: left;
width:100%; /*width of 2nd level sub menus*/
height:20px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
width: 985px;
}

.tabcontainer  {
	float:left;
    padding-bottom:3px;
}
.tabcontainer a {
	text-decoration: none;
	overflow: hidden;
	color: #fff;
	font-size:13px;
	padding:0px 10px;
	margin-top:7px;
	text-transform:uppercase;
	border-right:1px #fff solid;
}
.tabcontainer  a:hover {
	color: #fff;
	text-decoration: underline;
}

.tabcontainer2{
font-family: Arial, Helvetica, sans-serif;
background-color:#818181;
padding-top: 7px;
margin-right: 10px;
margin-left: 10px;
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:20px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
width: 985px;
}

.tabcontainer2  {
	float:left;
    padding-bottom:3px;
}
.tabcontainer2 a {
	text-decoration: none;
	overflow: hidden;
	color: #fff;
	font-size:13px;
	padding:0px 10px;
	margin-top:7px;
	text-transform:uppercase;
	border-right:1px #fff solid;
}
.tabcontainer2  a:hover {
	color: #fff;
	text-decoration: underline;
}

.tabcontent{
display:none;
}