@charset "iso-8859-2";
/* CSS Document */
#lista {
	text-align: center;
	margin: 0px;
	background: #999;
	height: 15px;
	float: none;
	clear: both;
}
/**html #lista {
	position: relative;
	top: 20px;
}
*/
#lista li {
	display: inline;
}
#lista li a:link {
	text-decoration: none;
	color: #333;
	font-weight: bold;
	border-width: 0px;
}
#lista li a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #333;
	border-width: 0px;
}
#lista li a:hover {
	color: #060;
	text-decoration: none;
	border-width: 0px;
}
#esq  {
	background: #FFF url(/imagens/bd_inf_esq.gif);
	width: 10px;
	float: left;
	clear: both;
	height: 15px;
}
#dir  {
	background: #FFF url(/imagens/bd_inf_dir.gif);
	width: 10px;
	float: right;
	height: 15px;
}
