#menu .livello1 {
	font-family: Verdana;
	color:#041d92;
	display: block;
	background: url(/Images/menu/Menu_Off.gif)  ;
	height:21px;
	width:170px;
	text-indent: 29px;
	line-height: 21px;
	font-weight:normal;
	text-decoration:none;
}
#menu .livello1:HOVER {
	font-family: Verdana;
	color:#041d92;
	display: block;
	background: url(/Images/menu/Menu_Off.gif);
	text-indent: 33px;
	font-weight:bold;
	line-height: 21px;
	width:170px;
	text-decoration:none;
}
#menu .livello1SELECTED {
	font-family: Verdana;
	color:#041d92;
	display: block;
	background: url(/Images/menu/Menu_On.gif);
	text-indent: 33px;
	font-weight:bold;
	line-height: 21px;
	width:170px;
	text-decoration:none;
}
#menu .livello2 {
	font-family: Verdana;
	color:#4764db;
	display: block;
	background: url(/Images/menu/Menu_Off2.gif)  ;
	height:21px;
	width:170px;
	text-indent: 40px;
	line-height: 21px;
	font-weight:normal;
	text-decoration:none;
}
#menu .livello2:HOVER {
	font-family: Verdana;
	color:#4764db;
	display: block;
	background: url(/Images/menu/Menu_Off2.gif);
	text-indent: 44px;
	font-weight:bold;
	line-height: 21px;
	width:170px;
	text-decoration:none;
}
#menu .livello2SELECTED {
	font-family: Verdana;
	color:#4764db;
	display: block;
	background: url(/Images/menu/Menu_On2.gif);
	text-indent: 44px;
	font-weight:bold;
	line-height: 21px;
	width:170px;
	text-decoration:none;
}
a.utility{
	font-family: Verdana;
	color:#333333;
	display: block;
	font-weight:normal;
	text-decoration:none;
}
.utility:HOVER {
	font-family: Verdana;
	color:#333333;
	display: block;
	font-weight:bold;
	text-decoration:none;
}
.utilitySELECTED {
	font-family: Verdana;
	color:#333333;
	display: block;
	font-weight:bold;
	text-decoration:none;
}
.utilitySELECTED:HOVER {
	font-family: Verdana;
	color:#333333;
	display: block;
	font-weight:bold;
	text-decoration:none;
}
#menu .hidden {
	display: none;
}

