
/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:1px solid #4c2611;	
	height:24px;
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}
ul #opcao1{
	background:url(../imagens/tab-informacoes-da-franquia.gif);
	height:24px;
	width:162px;
	background-position:center bottom;
}
ul #opcao1:hover{
	background:url(../imagens/tab-informacoes-da-franquia.gif);
	height:24px;
	width:162px;
	background-position:center top;
}
ul #opcao1 a.current, ul #opcao1 a.current:hover, ul #opcao1 li.current a {
	background:url(../imagens/tab-informacoes-da-franquia.gif);
	height:24px;
	width:162px;
	background-position:center top;
}

ul #opcao2{
	background:url(../imagens/tab-unidades-de-negocio.gif);
	height:24px;
	width:137px;
	background-position:center bottom;
}
ul #opcao2:hover{
	background:url(../imagens/tab-unidades-de-negocio.gif);
	height:24px;
	width:137px;
	background-position:center top;
}
ul #opcao2 a.current, ul #opcao2 a.current:hover, ul #opcao2 li.current a {
	background:url(../imagens/tab-unidades-de-negocio.gif);
	height:24px;
	width:137px;
	background-position:center top;
}

ul #opcao3{
	background:url(../imagens/tab-procura-do-ponto.gif);
	height:24px;
	width:131px;
	background-position:center bottom;
}
ul #opcao3:hover{
	background:url(../imagens/tab-procura-do-ponto.gif);
	height:24px;
	width:131px;
	background-position:center top;
}
ul #opcao3 a.current, ul #opcao3 a.current:hover, ul #opcao3 li.current a {
	background:url(../imagens/tab-procura-do-ponto.gif);
	height:24px;
	width:131px;
	background-position:center top;
}

ul #opcao4{
	background:url(../imagens/tab-perfil-do-franqueado.gif);
	height:24px;
	width:151px;
	background-position:center bottom;
}
ul #opcao4:hover{
	background:url(../imagens/tab-perfil-do-franqueado.gif);
	height:24px;
	width:151px;
	background-position:center top;
}
ul #opcao4 a.current, ul #opcao4 a.current:hover, ul #opcao4 li.current a {
	background:url(../imagens/tab-perfil-do-franqueado.gif);
	height:24px;
	width:151px;
	background-position:center top;
}

ul #opcao5{
	background:url(../imagens/tab-passo-a-passo.gif);
	height:24px;
	width:192px;
	background-position:center bottom;
}
ul #opcao5:hover{
	background:url(../imagens/tab-passo-a-passo.gif);
	height:24px;
	width:192px;
	background-position:center top;
}
ul #opcao5 a.current, ul #opcao5 a.current:hover, ul #opcao5 li.current a {
	background:url(../imagens/tab-passo-a-passo.gif);
	height:24px;
	width:192px;
	background-position:center top;
}


/* link inside the tab. uses a background image */
ul.tabs a { 
	font-size:11px;
	display:block;
	height: 24px;  
	line-height:24px;
	width: 134px;
	text-align:center;	
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;	
	position:relative;
}

ul.tabs a:active {
	outline:none;		
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}


