#MENU {
}
#MENU a {
	background-image: url(../immagini/menu-voce.gif);
	background-repeat: no-repeat;
	display: block;
	height: 22px;
	padding-left: 38px;
	text-decoration: none;
	color: #867C5B;
	font-size: 11px;
	line-height: 22px;
	font-weight: bold;
}
#MENU a:hover {
	background-image: url(../immagini/menu-voce-a.gif);
}
#MENU DIV a {
	line-height: 18px;
	color: #0B73B0;
	background-image: url(../immagini/menu-sottomenu-voce.gif);
	font-weight: normal;
	height: 18px;
	padding-left: 75px;
}
#MENU DIV a:hover {
	background-image: url(../immagini/menu-sottomenu-voce-a.gif);
}

