.links {
	display:inline;
	padding-bottom:200px;
}
.esq { float:left; }
.dir { float:right; }

.links {
	float:left;
	width:430px;
	padding:0px 10px 100px 10px;
}
.links li { float:left; }
.links li.odd { float:right; }
.links a {
	padding-left:15px;
	background:url(../imagens/marcador_links.gif) no-repeat left top;
	display:block;
	float:left;
	width:185px;
	text-align:left;
	color:#808284;
	height:15px;
	text-decoration:none;
	margin-top:10px;
}
.links li.odd a { text-align:right; background-position:right top; padding:0px 15px 0px 0px; }
.links a:hover {
	text-decoration:underline;
	background-position:0px -20px;
}
.links li.odd a:hover { background-position:right -20px; }
