.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:#2C6530 ! important;
	background-color:#D0EAD4 ! 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: 2C6530;
	border-right-color: 2C6530;
	border-bottom-color: 2C6530;
	border-left-color: 2C6530;
}
.tabset_tabs a:hover	{
	color:#630 ! important
}
.tabset_tabs a.active	{ color:630 ! important; background-color:white ! important; border-color:630; border-left-width:1px; cursor:default; border-bottom:white; padding-top:1px; padding-bottom:1px }

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

.tabset_content	{
	border:1px solid #2C6530;
	background-color:transparent;
	position:relative;
	z-index:1;
	display:none;
	height: 190px;
	padding-top: 0.6em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: 630;
}
.tabset_label	{
	display:none;
	color: #333;
}

.tabset_content_active	{ display:block }

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