@CHARSET "ISO-8859-1";

ul.lista li {
	list-style: none;
}

ul.lista span {
	font-size: 10px;
	font-weight: bold;
	color: #FF0000;
}

ul.lista a {
	display: block;
	width: auto;
	margin-top: 2px;
	font-size: 13px;
	line-height: 17px;
	border-bottom: 1px solid #800000;
	background-image: url(../imgs/icones/seta.png);
	background-repeat: no-repeat;
	background-position: 2px 7px;
	padding-left: 10px;
}

ul.lista a:hover {
	text-decoration: none;
	background-color: #500000;
}