*{
	padding:0;
	margin:0;
	list-style-type:none;
	text-decoration:none;
	border:none;
}

/* Skin */

.tabs-hide{
	display: none;
}

.tabs-nav {
	background:url(../imagens/btos/linhaCinza.jpg) center 26px no-repeat;
	width:536px;
	height:44px;
	display:block;
	margin:0 auto;
}

.tabs-nav li{
    width:72px;
	float:left;
	text-align:center;
}

.tabs-nav li.btoMaior{
    width:120px;
	float:left;
}

.tabs-nav li.btoMeio{
	padding:0 1px;
}

.tabs-nav a, 
.tabs-nav a span {
    background:url(../imagens/btos/fundoBtoAmarelo.jpg) no-repeat;
    display:block;
    padding:0 5px;
}

.tabs-nav a {
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5e88c1;
    position:relative;
    top:1px;
    padding-left:0;
    text-align: center;
}

/*BOTÃO ATIVO*/
.tabs-nav .tabs-selected a {
	font-weight:bold;
    color:#bda51f;
}

/*HOVER ATIVAR INATIVO*/
.tabs-nav a:hover{
	font-weight:bold;
    color:#bda51f;
	cursor:pointer;
} 

/*ALTURA DO BOTÂO*/
.tabs-nav a span{
    width:62px;
   	height:18px;
    padding:6px 0 0 5px;
}

/*ALTURA DO BOTÂO*/
.tabs-nav a span.maior{
    width:110px;
   	height:18px;
    padding:6px 0 0 5px;
}

/*COR VERMELHA*/
.tabs-nav .tabs-selected a span, 
.tabs-nav a:hover span, 
.tabs-nav a:focus span, 
.tabs-nav a:active span{
	background-position: 0 -50px;
	padding-bottom:5px;
}

/*FIM DO BOTÃO INATIVO*/
.tabs-nav .tabs-selected a, 
.tabs-nav a:hover, 
.tabs-nav a:focus, 
.tabs-nav a:active {
    background-position:100% -150px;
}

/*LARGURA DOS BOTÃO INATIVOS*/
.tabs-nav a, 
.tabs-nav .tabs-disabled a:hover, 
.tabs-nav .tabs-disabled a:focus, 
.tabs-nav .tabs-disabled a:active {
    background-position: 100% -100px;
}

.tabs-nav a span, 
.tabs-nav .tabs-disabled a:hover span, 
.tabs-nav .tabs-disabled a:focus span, 
.tabs-nav .tabs-disabled a:active span {
    background-position: 0 0;
}