@charset "utf-8";
/* CSS Document */

.basictab ul{
	margin: 4px;
	padding: 3px 0;
	margin-left: 0;
	font: bold 14px Verdana;
	border-bottom: 1px solid gray;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	width: 800px;
}

.basictab li{
display: inline;
margin: 0;
}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border-bottom: none;
	color: #999999;
}

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

.basictab li a:hover, .basictab li a.current{
	background-color: #CCCCCC;
	color: black;
}

.basictab li a:active{
color: black;
}

.tabcontainer{
	clear: left;
	width:800px; /*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.*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.tabcontainer a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	border-bottom: none;
	color: #999999;
}

.tabcontainer a:visited{
	color: #666666;
}

.tabcontainer a:hover, .tabcontainer a.current{
	background-color:#333333;
	color: #FFFFFF;
}

.tabcontainer a:active{
background-color:#FFFFFF;
	color: #FFFFFF;
}
.abc
{
text-decoration: none;
	border-bottom: none;
	color: #FFFFFF;
}
 .abc a{
	text-decoration: none;
	border-bottom: none;
	color: #FFFFFF;
}

.tabcontent{
display:none;
}

