	/* General configuration CSS */
	
	#top_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}	
	#top_menu{
		visibility:hidden;	
	}
	#top_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#top_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#top_menu a{
		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	#top_menu ul{
		border:1px solid #000;
		background-color:#FFF;
		padding:1px;
	}	
	#top_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		border:1px solid #999999;
		background-color:#999999;
		overflow:visible;
	}
	#top_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:0px;
		border:1px solid #666;
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#top_menu a{
		color: #000;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	}
	
	/*
	Main menu items 
	*/
	#top_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		padding-top:2px;
		padding-bottom:2px;
		border-left:1px solid #CCCCCC;
		border-top:1px solid #CCCCCC;
		border-right:1px solid #666666;
		border-bottom:1px solid #666666;
	}
	#top_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		padding-top:2px;
		padding-bottom:2px;
		background-color: #9999CC;
		border-left:1px solid #666666;
		border-top:1px solid #666666;
		border-right:1px solid #CCCCCC;
		border-bottom:1px solid #CCCCCC;
	}
	#top_menu .currentDepth1 a{
		font-weight:bold;
		color:#FFF;
	}
	#top_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
		font-weight:bold;
	}
	
	/* Sub menu depth 1 */
	#top_menu .currentDepth2{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#top_menu .currentDepth2over{
		padding-right:2px;
		background-color:  #DEE6F3;
		border:1px solid #DEE6F3;
	}	
	#top_menu .currentDepth2over a{	/* Text rules */
		color:#000;
		display:block;
	}	
	/* Sub menu depth 2 */
	#top_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#top_menu .currentDepth3over{
		padding-right:2px;
		background-color:#FFE2A6;
		border:1px solid #FFE2A6;
	}
	/* Sub menu depth 3 */
	#top_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#top_menu .currentDepth4over{
		padding-right:2px;
		background-color:#FFE2A6;
		border:1px solid #FFE2A6;
	}
	
	/***********************************************************************
		Data e ora impostazioni
	***********************************************************************/
	
	#date_container
	{
		background-color : #0000A6 ;
		color : white;
		border : 0px;
		width : 200px;
		font-size : ;
		font-weight : bold;
	}


