.tabset_tabs	{
	margin:0;
	padding:0em;
	list-style-type:none;
	position:relative;
	z-index:2;
	white-space:nowrap;
	margin-top: 10px;
		height:20px;
	margin-right: 0px;
}
.tabset_tabs li	{
	margin:0;
	display:block;
	width: 125px;
	height:26px;
	float:left;
	text-align:center;

}
.tabset_tabs a	{
	color:#FFFFFF! important;
	text-decoration:none;
	background-image: url(images/tablong.gif);
	background-repeat:no-repeat;
	font-size: 14px;
	font-weight: bold;
	padding: 0;
	background-position: 0px -28px;
	display:block;
	line-height:26px;
	text-align:center;
	width:122px;
	margin-right:3px;

}
#tabber{
	width: 160px;
	display: inline;

}
.tabset_tabs a:hover	{
	color:#FFCC00! important;
	background-image: url(images/tablong.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
.tabset_tabs a.active	{
	color:#157698! important;
	border-left-width:1px;
	cursor:default;
	font-weight: bold;
	border-bottom-color: #FFFFFF;
	border-color: #95CADC;

	background-image: url(images/tablong.gif);
	background-position: 0px 0px;
}

.tabset_tabs li.firstchild a	{ border-left-width:1px }

.tabset_content	{
	position:relative;
	z-index:1;
	padding:2em;
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #117191;
	line-height: 22px;
	height: 98px;
	margin-top: 5px;
	background-repeat: no-repeat;
	background-image: url(images/backofdiv2.gif);
}
.tabset_content a{
	color: #044A66;
	text-decoration: none;
}
.tabset_content a:hover{
	color: #000000;
	text-decoration: none;
}


.tabset_label	{ display:none }

.tabset_content_active	{ display:block }

@media aural{
	.tabset_content,
	.tabset_label	{ display:block }
}

