/*
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: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		height: 30px;
		line-height: 25px;
		border-top: 1px solid #85C2C1;
		border-bottom: none;
		color: #E2F1F1;
		background-color: #339A99;
		text-decoration: none;
		font-weight: bold;
		padding-left: 22px;
		cursor: hand; 
	}

	.MenuItemOver 
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		height: 30px;
		line-height: 25px;
		border-top: 1px solid #75B8B7;
		border-bottom: 1px solid #176F6E;	
		color: #003366;
		background-color: #268483;
		text-decoration: none;
		font-weight: bold;
		padding-left: 22px;
		cursor: hand;
		
	}
	
	.MenuItemSelected
	{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		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: white; /*#C6C8CC;*/ 
		
		border:1px;
		border-bottom: 0px;
		border-style:solid;
		border-color: #C6C8CC;
		/*
		filter:progid:DXImageTransform.Microsoft.Shadow(color='dimgray', Direction=135, Strength=3);
		*/
	}

	
	
	.MenuItem2, .MenuItemFirst 
	{
		color: black; /*#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 #C6C8CC;	
		
	}

	.MenuItem2Over, .MenuItemFirstOver
	{
		color: black; /*#717172;*/
		background-color: #CCCCCC;
		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 #C6C8CC;
		
	}
/*
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;
}
	   

.lijst {
	list-style: none;
	margin: 0 0px 0 0px;
	padding: 0px;
	font-size: 100%;
	}
  
.lijst li {
	padding: 0px 0px 0px 0px;
	list-style: none;
	}