.tabset_tabs	{
background-color: #191919;
margin:0;
padding:10px 25px;
list-style-type:none;
position:relative;
left: 0px;
z-index:2;
white-space:nowrap
}

.tabset_tabs li	{
margin:-2px;
padding:0;
display:inline
}

.tabset_tabs li a	{
color: #808080;
font-family: Metrophobic;
text-transform: uppercase; 
font-size: 13px;
font-style: normal;
font-weight: normal;
background-color: #191919;
text-decoration:none;
padding:8px 20px
}

.tabset_tabs li a:hover	{
color: #ffffff;
font-family: Metrophobic;
text-transform: uppercase; 
font-size: 13px;
font-style: normal;
font-weight: normal;
background-color:#191919;
border-bottom: solid;
border-bottom-width: 3px;
border-bottom-color: #fac606
}

.tabset_tabs li a.active	{
color: #ffffff;
font-family: Metrophobic; 
text-transform: uppercase;
font-size: 13px;
font-style: normal;
font-weight: normal;
cursor:default;
background-color: #191919;
border-bottom: solid;
border-bottom-width: 3px;
border-bottom-color: #fac606;
padding:8px 20px
}

.tabset_tabs li a.active:hover	{
color: #ffffff;
font-family: Metrophobic;
text-transform: uppercase; 
font-size: 13px;
font-style: normal;
font-weight: normal;
cursor:default;
background-color: #191919;
border-bottom: solid;
border-bottom-width: 3px;
border-bottom-color: #fac606;
padding:8px 20px
}

.tabset_tabs li.firstchild a	{
border-left-width:0px
}

.tabset_content	{
border:0px solid #191919;
border-left-width:0px;
border-right-width:0px;
border-bottom-width:0px;
background-color:white;
top:5px;
position:relative;
z-index:1;
padding-top:10px;
padding-bottom:10px;
margin: 4px 0;
width: 100%;
display:none
}

.tabset_label	{ 
display:none 
}

.tabset_content_active	{
display:block 
}