#tab {
	margin: 45px 0 0 0;
	height: 23px;
	width: 540px;
	font: 11px Arial, Helvetica, sans-serif;
	text-align: center;
	background: transparent;
}
#tab {
	background: transparent url('../images/tab_barra_azul.gif') repeat-x bottom center;
}
.index #tab,
.home #tab {
	background: transparent url('../images/tab_barra_verde.gif') repeat-x bottom center;
}
#tab ul {
	display: block;
	list-style: none outside;
	padding: 0;
	margin: 0 0 0 175px;
	height: 23px;
}
#tab li {
	margin: 0;
	padding: 0;
	border: 0 none;
	display: block;
	float: left;
	width: 73px;
}
#tab li a, #tab li span.atual {
	display: block;
	height: 22px;
	padding: 1px 0 0 1px;
	width: 72px;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
}
#tab li a {
	background: url('../images/tab2.png') 0 0;
}
.index #tab li a,
.home #tab li a {
	background-image: url('../images/tab.png');
}
#tab li a:hover {
	background-position: -73px 0;
}
#tab li span.atual {
	background: url('../images/tab_atual.png') 0 0;
	cursor: default;
}
#tabclear {
	display: none;
}
html>body #tabclear {
	display: block;
	clear: both;
}
