#listaletras {
	background: transparent url(../imagens/bg.gif) repeat-x bottom;
	font: 0.6em Verdana, sans-serif;
	float: left;
	line-height: normal;
	margin-bottom: 2em;
	width: 80%;
}
#listaletras ul {
	list-style: none;
	width: 100%;
	margin: 0 auto;
	padding: 10px 10px 0;
}
#listaletras li {
	background: url(../imagens/aba_right.gif) no-repeat right top;
	float: left;
	margin: 0;
	padding: 0;
}
#listaletras a {
	background: url(../imagens/aba_left.gif) no-repeat left top;
	color:#765;
	display: block;
	font-weight:bold;
	padding: 5px 15px 4px;
	text-decoration:none;
}
#listaletras a:hover {
	color: #000;
}
#listaletras #current {
	background: url(../imagens/aba_right_on.gif) no-repeat right top;
}
#listaletras #current a {
	background: url(../imagens/aba_left_on.gif) no-repeat left top;
	color: #000;
	padding-bottom: 5px;
}