/*Stili del box principalebegin*/	.MenuContainer	{	}/*end*/	/*Stili per il TopGroup e i suoi elementibegin*/	.MenuGroup	{	width: 199px;	background-color: #2D9E30;		/*		border:1px;		border-style:solid;		border-color: Gray;		filter:progid:DXImageTransform.Microsoft.Shadow(color='dimgray', Direction=135, Strength=3); */	}	.MenuItem 	{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	height: 25px;	line-height: 14px;	color: #FFFFFF;	text-decoration: none;	font-weight: bold;	cursor: hand;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #60AD4F;	padding-left: 18px;	vertical-align: middle;	}	.MenuItemOver 	{	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 12px;	height: 25px;	line-height: 14px;	color: #FFFFFF;	text-decoration: none;	font-weight: bold;	cursor: hand;	border-top-width: 1px;	border-top-style: solid;	border-top-color: #60AD4F;	padding-left: 18px;	vertical-align: middle;	background-color: #89B825;	}		.MenuItemSelected	{		font-family: Verdana, Arial, Helvetica, sans-serif;		font-size: 11px;		line-height: 17px;		color: red; /*#000000;*/		text-decoration: none;		font-weight: normal;		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: #E8F2D2; /*#C6C8CC;*/ 				border:1px;		border-bottom: 0px;		border-style:solid;		border-color: #89B825;		/*		filter:progid:DXImageTransform.Microsoft.Shadow(color='dimgray', Direction=135, Strength=3);		*/	}			.MenuItem2, .MenuItemFirst 	{		color: 000000; /*#717172;*/		/*background-color: #898e8c;*/		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 #89B825;				}	.MenuItem2Over, .MenuItemFirstOver	{		color: 000000; /*#717172;*/		background-color: #C5DB89;		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 #89B825;			}/*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;}
