.tabset_tabs	{
	position:relative;
	z-index:2;
	white-space:nowrap;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
	margin-left: -2px;
}
.tabset_tabs li	{
	display:inline;
	padding: 0;
	list-style-type:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
 }
.tabset_tabs a	{
	color:#FFFFFF ! important;
	text-decoration:none;
	padding: 0px;
	list-style-type: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
 	}
.tabset_tabs a:hover	{
	color:#FFFFFF! important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.tabset_tabs a.active	{
	color:black ! important;
	cursor:default;
	border: none;

}

.tabset_tabs li.firstchild a	{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.tabset_content	{
	background-color:white;
	position:relative;
	z-index:1;
	display:none;
	background-image: url(../images/template/boxesback.jpg);
	background-repeat: repeat-x;
	border: none;
	padding-bottom: 0.5em;
	margin: -2px;
	}
	
.tabset_label	{ display:none }

.tabset_content_active	{ display:block }

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}
