
#mnuvoc a
{
	text-decoration: none;
	color: black;
	display: block;
}

#mnuvoc a:hover
{
	color: yellow;
	text-transform:uppercase;
	font-weight: bolder;
	background-color: #a0a750;
}

