/*Stili del box principalebegin*/	.MenuContainer	{				background-color: white;	}/*end*/	/*Stili per il TopGroup e i suoi elementibegin*/	.MenuGroup	{		background-color: white;		width: 199px;		/*		border:1px;		border-style:solid;		border-color: Gray;		filter:progid:DXImageTransform.Microsoft.Shadow(color='dimgray', Direction=135, Strength=3); */	}	.MenuItem 	{		font-family: Arial, Helvetica, sans-serif;		font-size: 12px;		height: 30px;		line-height: 28px;		border-top: 1px solid #FFFFFF;		color: #00437E;		background-color: #E0E3F2;		text-decoration: none;		font-weight: bold;		padding-left: 22px;		cursor: hand; 	}	.MenuItemOver 	{		font-family: Arial, Helvetica, sans-serif;		font-size: 12px;		height: 30px;		line-height: 28px;		border-top: 1px solid #FFFFFF;			color: #FFFFFF;		background-color: #96A6D1;		text-decoration: none;		font-weight: bold;		padding-left: 22px;		cursor: hand;			}		.MenuItemSelected	{		font-family: Arial, Helvetica, sans-serif;		font-size: 12px;		height: 30px;		line-height: 28px;		border-top: 1px solid #FFFFFF;			color: #FFFFFF;		background-color: #96A6D1;		text-decoration: none;		font-weight: bold;		padding-left: 22px;		cursor: hand;			}/*end*/	.DisabledMenuItem{  color:#EBEBEB;   background-color:white;   font-family:MS Sans Serif, Verdana;   font-size:10px;   padding:3px;  padding-left:15px;  padding-right:10px;  cursor:default;}.DisabledMenuItemOver {  color:#EBEBEB;   background-color:silver;   font-family:MS Sans Serif, Verdana;   font-size:10px;   padding:3px;  padding-left:15px;  padding-right:10px;  cursor:default;}.MenuBreak{  padding:0px; }/*Stili per i gruppi e gli elementi <> da Topgroupbegin*/	.MenuGroup2	{	background-color: white;	border-top: 1px solid #0058A0;	border-right: 1px solid #0058A0;	border-left: 1px solid #0058A0;		/*		filter:progid:DXImageTransform.Microsoft.Shadow(color='dimgray', Direction=135, Strength=3);		*/	}			.MenuItem2, .MenuItemFirst 	{	color: #00437E;	font-family:Verdana, Arial, Helvetica, sans-serif;	font-size:11px;	padding:3px;	padding-left:15px;	padding-right:10px;	cursor: hand;	height: 25px;	background-color: E0E3F2;	border-bottom: 1px solid #0058A0;	}	.MenuItem2Over, .MenuItemFirstOver	{		color: #FFFFFF; /*#717172;*/		background-color: #96A6D1;		font-family:Verdana, Arial, Helvetica, sans-serif;		font-size:11px; 		padding:3px;		padding-left:15px;		padding-right:10px;		cursor: hand; /*default;*/		height: 25px;		border-bottom: 1px solid #0058A0;			}/*end*/	/*Componente menu gerarchico*/.lblCatLevel1{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 24px;	color: #BF3536;	text-decoration: none;	font-weight: bold;}