#menuV {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 14em;
	font-weight:bold;
}
#menuV li {
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;

}
#menuV a {
	background: #fff;
	border-bottom: 1px solid #ccc;
	color:#333333;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration:none;
	font-weight:none;
}
#menuV a:hover {
	background:#FF6600 url("images/hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
.fonte_blog{
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
color:#333;
text-decoration:none;
}
#sub{
list-style:none;
padding:0;
margin:0;
}
