#MenuVert {
	width: 207px!important;
	width: 200px;
	margin: 0;
	padding: 0;
	font: 90% Verdana, Arial, sans-serif;
	text-align: center;
}
#MenuVert ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#MenuVert a {
	display: block;
	text-decoration: none;
	margin: 5px 0px 5px 0px;
	padding: 7px 10px;
	background: #fff url("../images/MenuVert.gif") 0 0 repeat;
	font-size: 1em;
	font-weight: bold;
	height: auto!important;
	height: 0;
}
#MenuVert a:link, 
#MenuVert a:visited {
	background-position: 0 0;
	color: #690;
}
#MenuVert a:hover, 
#MenuVert a:focus,
#MenuVert a:active {
	background-position: 0 -80px;
	color: #360;
}
#MenuVert .Disabilitato a,
#MenuVert .Disabilitato a:link, 
#MenuVert .Disabilitato a:visited,
#MenuVert .Disabilitato a:hover, 
#MenuVert .Disabilitato a:focus,
#MenuVert .Disabilitato a:active {
	background-position: 0px 0;
	color: #eee;
}
#MenuVert #MenuVertVoceCorrente a {
	background-position: 0 -80px;
	color: #fff;
}