/*
Stili del box principale
begin
*/
	.MenuContainer
	{
		background-color: #FF9400;
	}
/*
end
*/	

/*
Stili per il TopGroup e i suoi elementi
begin
*/
	.MenuGroup
	{
		/*background-color: #FF9400;*/
		
		
		/*border:1px;
		border-style:solid;
		border-color: Gray;
		filter:progid:DXImageTransform.Microsoft.Shadow(color='dimgray', Direction=135, Strength=3); */
	}

	.MenuItem 
	{
		padding-left: 10px;
		padding-right: 10px;
		height: 21px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		line-height: 14px;
		color: #FFFFFF;
		text-decoration: none;
		cursor: hand; 
		/*border-top: 1px solid #C6C6C6;*/
		/*border-bottom: 1px solid #474747;*/
		/*background-color: #969595;*/
	}

	.MenuItemOver 
	{
		background-color: #FFC97F;
		padding-left: 10px;
		padding-right: 10px;		
		height: 21px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		line-height: 14px;
		color: #000000;
		text-decoration: none;
		cursor: hand;
		/*border-top: 1px solid #C6C6C6;*/
		/*border-bottom: 1px solid #474747;*/	
	}
	
	.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: #FFC97F; 
		/*
		border:1px;
		border-bottom: 0px;
		border-style:solid;
		border-color: #FFFFFF;
		
		filter:progid:DXImageTransform.Microsoft.Shadow(color='dimgray', Direction=135, Strength=3);
		*/
	}

	
	
	.MenuItem2, .MenuItemFirst 
	{
		color: black; 
		/*background-color: #898e8c;*/
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px; 
		padding:3px;
		padding-left:10px;
		padding-right:10px;
		
		height: 25px;
		border-bottom: 1px solid #620003;	
		cursor: hand; /*default;*/
		
	}

	.MenuItem2Over, .MenuItemFirstOver
	{
		color: #620003; 
		background-color: #F5E4D0;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight: bold; 
		padding:3px;
		padding-left:10px;
		padding-right:10px;
		
		height: 25px;
		border-bottom: 1px solid #620003;
		cursor: hand; /*default;*/
	}
/*
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;
}