/* ABAS - PESQUISA SUPERIOR */
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
	}
ul.tabs li {
	width:148px;
	height:33px;
	background-image:url(../images/aba_001.png);
	float: left;
	text-align:center;
	margin-right:2px;
	overflow: hidden;
	position: relative;
	}
ul.tabs li a {
	text-decoration: none;
	text-align:center;
	display: block;
	outline: none;
	}
ul.tabs li a:hover {
	width:148px;
	height:33px;
	background-image:url(../images/aba_003.png);
	text-align:center;
	}
html ul.tabs li.active, html ul.tabs li.active a:hover  { 
	width:148px;
	height:33px;
	background-image:url(../images/aba_002.png);
	text-align:center;
	margin-right:2px;
	}
.tab_container {
	width:987px;
	overflow: hidden;
	background-color:#fff;
	}
.tab_content {
	padding-left:15px;
	padding-right:15px;
	position:relative;
	z-index:9;
	}
#est_top_tab{
	width:987px;
	height:15px;
	background-image:url(../images/bkg_aba_top.png);
	}
#est_rod_tab{
	width:987px;
	height:15px;
	background-image:url(../images/bkg_aba_rod.png);
	margin-bottom:8px;
	}
/* ABAS - PESQUISA LATERAL */
ul.tabs1 {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width:358px;
	height:48px;
	background-image:url(../images/bkg_aba_top_lat.png);
	}
ul.tabs1 li {
	width:58px;
	height:48px;
	background-color:#248fe3;
	float: left;
	text-align:center;
	overflow: hidden;
	position: inherit;
	}
ul.tabs1 li a {
	text-decoration: none;
	text-align:center;
	display: block;
	outline: none;
	}
ul.tabs1 li a:hover {
	width:58px;
	height:48px;
	background-color:#13588e;
	text-align:center;
	}
html ul.tabs1 li.active, html ul.tabs1 li.active a:hover {
	width:58px;
	height:48px;
	background-color:#247bbf;
	text-align:center;
	}
.tab1_container {
	width:358px;
	overflow: hidden;
	background-color:#247bbf;
	}
.tab1_content {
	padding-top:10px;
	padding-left:15px;
	padding-right:15px;
	}
#est_rod_tab_lat{
	width:358px;
	height:10px;
	background-image:url(../images/bkg_aba_rod_lat.png);
	margin-bottom:8px;
	}	