.tabset_tabs	{ margin:0 50px; padding:.6em 0 0 0; list-style-type:none; position:relative; z-index:2; white-space:nowrap; background: #aaa; }
.tabset_tabs li	{ margin:0; padding:0 .5em; display:inline }
.tabset_tabs a	{  margin: 0em;
    padding: .3em .1em 0 0;
    font-family: sans-serif;
    font-size: 3em;
    color: #C0C;
    font-weight: bolder;
    letter-spacing: -.1em
    }
.tabset_tabs a:hover	{ background-color:black ! important; padding: .3em .1em 2em 0 }
.tabset_tabs a.active	{  background-color:black ! important }

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

.tabset_content	{ 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 }
}