#menuVertical {
	background: #666;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 220px;
}
#menuVertical li {
	font: 12px "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#menuVertical a {
	background: #999;
	border-bottom: 1px solid #555;
	color: #333;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menuVertical a:hover {
	background: #2580a2 url("../icones/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}