@charset "utf-8";

#links {
	width: auto;
	position: relative;
	height: auto;
}

#links ul {
	list-style-type: none;
	width: auto;
	position: relative;
}

#links li a {
	color: #F9B000;
	font: bold 11px Arial;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 10px;
}

#links li a:hover {
	background-color: #061F2D;
}

#links a em {
	color: #A1A1A1;
	display: block;
	font: normal 11px Arial;
	font-weight: bold;
}
.linha_pontilhada_list {
	position:inherit;
	width:auto;
	height:1px;
	border-top-width: 1px;
	border-top-style: dashed;
	margin: 1px 0px 1px 0px;
	border-top-color: #015076;
}
