<!--.tabset_tabs a             { /* A normal tab                             */ }
<!--.tabset_tabs a:hover       { /* A normal tab, when hovered over          */ }
<!--.tabset_tabs a.active      { /* The selected tab                         */ }
<!--.tabset_tabs a.preActive   { /* The tab to the left of the selected tab  */ }
<!--.tabset_tabs a.postActive  { /* The tab to the right of the selected tab */ }
<!--.tabset_content            { /* The selected tab's contents              */ }

.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:#626666 ! important;
! important; 		text-decoration:none;
	padding-left: 61px;
	padding-right: 60px;
	height: 25px;
	padding-top: 3px;
	background:url(../../images/menu-tabpix.gif) repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #FFF;
	border-bottom-color: #d6d6d6;
	border-left-color: #FFF;
	margin-right:1px;
} 
.tabset_tabs a:hover	{ color:#626666 ! important; background-color:#fff ! important; text-decoration:underline; }
.tabset_tabs a.active	{ color:black ! important; background-color:FFF ! important; border-color:fff; border-left-width:1px; cursor:default; border-bottom-width:0; padding-left: 62px; height: 25px; padding-top:3px; background:url(../../images/menu-tabpixw.gif) repeat-x }

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


.tabset_content	{ border-top:0px solid black; background-color:white; position:relative; z-index:1; padding:0.5em 1em; display:none; }
.tabset_label	{ display:none }

.tabset_content_active	{ display:block }

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