	#mainContainer3
	{
		width:640px;
		height:14px;
		margin:0px;
		text-align:left;
		background-color:white;
		padding:0px;	
		border: none;
	}
	
	#dhtmlgoodies_menu3 img{
		border:0px;
	}

	
	#dhtmlgoodies_menu3 ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu3 {
		visibility:hidden;	
	}

	#dhtmlgoodies_menu3 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_menu3 ul{ 
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */	
		border:none;
		background-color:white;
		padding:1px;
		color:black;
	}
		
	#dhtmlgoodies_menu3 ul.menuBlock1
	{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		border:none;
		background-color:#F36700;
		color:black;
	}
	
	#dhtmlgoodies_menu3 ul.menuBlock2
	{	
		border:1px black solid;
		background-color:#F34E00;
		overflow:visible;
		color:white;
		padding-top:5px;
		padding-bottom:5px;
	}
	
	#dhtmlgoodies_menu3 ul.menuBlock3
	{	
		border:1px black solid;
		background-color:#FF6600;
		overflow:visible;
		color:white;
		padding-top:5px;
		padding-bottom:5px;
	}	
	
	#dhtmlgoodies_menu3 ul.menuBlock4
	{	
		border:1px black solid;
		background-color:#FF9900;
		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_menu3 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_menu3 .currentDepth1 
	{
		color: white;
		width:88px;
		background-color:#F36700; 
		font-size:10px;
		font-weight: bold;
		border-left:1px white solid;
		border-right:1px white solid;
		padding-left:1px;
		padding-right:1px;
		padding-top:6px;
		padding-bottom:6px;
		text-align:center;
	}
	
	#dhtmlgoodies_menu3 .currentDepth1over
	{
		color: black;
		width:88px;
		background-color:#F36700; 
		font-size:10px;
		font-weight: bold;
		border-left:1px white solid;
		border-right:1px white solid;
		padding-left:1px;
		padding-right:1px;
		padding-top:6px;
		padding-bottom:6px;
		text-align:center;
		text-decoration:underline;
		
	}

	#dhtmlgoodies_menu3 .currentDepth1 a
	{
		color: white;
		text-decoration:none;
	}
	#dhtmlgoodies_menu3 .currentDepth1over a
	{	/* Text rules */
		color: white;
		text-decoration:underline;
	}
	
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu3 .currentDepth2
	{
		color:white;
		width:180px;
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu3 .currentDepth2over{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu3 .currentDepth2 a
	{
		text-decoration:none;

	}
	#dhtmlgoodies_menu3 .currentDepth2over a
	{	/* Text rules */
		text-decoration:underline;

	}

	
	

	/* Sub menu depth 2 */
	#dhtmlgoodies_menu3 .currentDepth3
	{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu3 .currentDepth3over
	{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu3 .currentDepth3 a
	{
		text-decoration:none;
	}
	#dhtmlgoodies_menu3 .currentDepth3over a
	{	/* Text rules */
		text-decoration:underline;
	}
	
	

	/* Sub menu depth 3 */
	#dhtmlgoodies_menu3 .currentDepth4
	{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu3 .currentDepth4over
	{
		color:white;
		width:180px; 
		padding-right:2px;
		border:none;
	}
	#dhtmlgoodies_menu3 .currentDepth4 a
	{
		text-decoration:none;
	}
	#dhtmlgoodies_menu3 .currentDepth4over a
	{	/* Text rules */
		text-decoration:underline;
	}	
