	#mainContainer1
	{
		width:160px;
		height:20px;
		margin:0px;
		text-align:left;
		background-color: white;
		padding:0px;	
		border: none;
	}
	
	#dhtmlgoodies_menu1 img{
		border:0px;
	}

	
	#dhtmlgoodies_menu1 ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu1 {
		visibility:hidden;	
	}

	#dhtmlgoodies_menu1 li{
		list-style-type:none;	/* No bullets */
	}	
	
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	
	/* blocco voci menu principae */
	#dhtmlgoodies_menu1 ul{ 
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */	
		border:1px solid #f0f0f0;
		background-color:red;
		padding:1px;
		color:black;
	}
		
	#dhtmlgoodies_menu1 ul.menuBlock1
	{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		border:none;
		background-color:white;
		color:black;
	}
	
	#dhtmlgoodies_menu1 ul.menuBlock2
	{	
		border:1px gray solid;
		background-color:red;
		overflow:visible;
		color:white;
		padding-top:5px;
		padding-bottom:5px;
	}
	
	#dhtmlgoodies_menu1 ul.menuBlock3
	{	
		border:1px black solid;
		background-color:#f9f9f9;
		overflow:visible;
		color:white;
		padding-top:5px;
		padding-bottom:5px;
	}	
	
	#dhtmlgoodies_menu1 ul.menuBlock4
	{	
		border:1px black solid;
		background-color:#fafafa;
		overflow:visible;
		color:white;
		padding-top:5px;
		padding-bottom:5px;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	
	#dhtmlgoodies_menu1 a
	{
		margin:0px;
		padding:0px;
		font-size:10px;
		color: white;
		text-decoration:none;
		padding-left:1px;
		padding-right:1px;
		font-weight: bold;
		Border:none;

	}
		
	
	#dhtmlgoodies_menu1 .currentDepth1 
	{
		color: white;
		background-color:#F34E00; 
		font-size:10px;
		font-weight: bold;
		border:1px white solid;
		border-right:none;
		padding-left:1px;
		padding-right:1px;
		padding-top:5px;
		padding-bottom:5px;
		text-align:center;
	}
	
	#dhtmlgoodies_menu1 .currentDepth1over
	{
		color: black;
		background-color:#F34E00; 
		font-size:10px;
		font-weight: bold;
		border:1px white solid;
		border-right:none;
		padding-left:1px;
		padding-right:1px;
		padding-top:5px;
		padding-bottom:5px;
		text-align:center;
		text-decoration:underline;
		
	}

	#dhtmlgoodies_menu1 .currentDepth1 a
	{
		color: white;
		text-decoration:none;
	}
	#dhtmlgoodies_menu1 .currentDepth1over a
	{	/* Text rules */
		color: white;
		text-decoration:underline;
	}
	
	
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu1 .currentDepth2
	{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu1 .currentDepth2over{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu1 .currentDepth2 a
	{
		text-decoration:none;

	}
	#dhtmlgoodies_menu1 .currentDepth2over a
	{	/* Text rules */
		text-decoration:underline;

	}

	
	

	/* Sub menu depth 2 */
	#dhtmlgoodies_menu1 .currentDepth3
	{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu1 .currentDepth3over
	{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu1 .currentDepth3 a
	{
		text-decoration:none;
	}
	#dhtmlgoodies_menu1 .currentDepth3over a
	{	/* Text rules */
		text-decoration:underline;
	}
	
	

	/* Sub menu depth 3 */
	#dhtmlgoodies_menu1 .currentDepth4
	{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu1 .currentDepth4over
	{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu1 .currentDepth4 a
	{
		text-decoration:none;
	}
	#dhtmlgoodies_menu1 .currentDepth4over a
	{	/* Text rules */
		text-decoration:underline;
	}	
