.basictab ul {
	margin: 4px;
	padding: 3px 0;
	margin-left: 0;
	font: bold 12px Verdana;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: gray;
}
.basictab li {
	display: inline;
	margin: 0;
}
.basictab li a {
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border: 1px solid gray;
	border-bottom: none;
	background-color: #FFF;
	color: #2d2b2b;
}
.basictab li a:visited {
	color: #2d2b2b;
}
.basictab li a:hover, .basictab li a.current {
	background-color: #ff8300;
	color: black;
}
.basictab li a:active {
	color: black;
}
.tabcontainer a:visited {
	color: #609;
	text-decoration: none;
}
.tabcontainer {
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	*width:100%;
	_width:100%;
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 5px;
	*padding-top:19px;
	_padding-top:19px;
	padding-left: 5px;
	color: #000; /*this is the color of the text in the submenu */
}
.tabcontent {
	display:none;
}
.tabcontainer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #609;
	text-decoration: none;
	font-weight: bold;
}
.tabcontainer a {
	font-family: Arial, Helvetica, sans-serif;
	color: #D13E00;
	display: inline-block;
	font-weight: bold;
}
#sb1 {
}
#sb2 {
	padding-left: 75px;
}
#sb3 {
	padding-left: 145px;
}
#sb4 {
	padding-left: 255px;
}
#sb5 {
	padding-left: 340px;
}
#sb6 {
	padding-left: 340px;
}
#sb7 {
	padding-left: 490px;
}
