.tabset_tabs	{ margin:0; padding:0; list-style-type:none; position:relative; z-index:2; white-space:nowrap }
.tabset_tabs li	{ margin:0; padding:0; display:inline }
.tabset_tabs a	{
	color:#FFFFFF ! important;
	background-color:#666666 ! important;
	text-decoration:none;
	padding:0 0.6em;
	border-left-width:0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}
.tabset_tabs a:hover	{
	color:#FFFFFF ! important;
	background-color:#333333 ! important;
}
.tabset_tabs a.active	{
	color:#FFCC00 ! important;
	background-color:#000000 ! important;
	border-left-width:1px;
	cursor:default;
	padding-top:1px;
	padding-bottom:1px;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tabset_tabs li.firstchild a	{ border-left-width:1px }

.tabset_content	{
	background-color:#000000;
	position:relative;
	z-index:1;
	padding:0.5em 1em;
	display:none;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.tabset_label	{ display:none }

.tabset_content_active	{ display:block }

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}