			body {
				margin:0;
			}
			/*a:visited {
				color: #FFFFFF;
			}*/
			#nav a:hover {
				color: #CCCCCC;
				text-decoration: none;
			}
	/* *-*-*-*- *-*-*-*- *-*-*-*-        end <a> rules             *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                   _____________                                      */

	/* *-*-*-*- *-*-*-*- *-*-*         Begin Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                 _____________________                                */
			.button{
				/* may cause windows bug:
				   position: relative;
				*/
 				letter-spacing: .05em;
				color: #000000;
				z-index: 100000;
				cursor: default;
				font-family:  "Arial", "sans-serif";
				font: menu;
				font-size: 12px;
			}
			
			.buttonlabel{
				font-size: 11px;
				height: 14px;

				/* may cause windows bug:
				   position: relative;
				*/
				font-weight: 500;
				cursor: hand;
				
				/** padding/margin Causes Freeze in
				 *  Windows IE6.
				 *  Bug discovered by 
				 *  Michael of 13thparallel.org
				 *
				 * padding: .05em .5em .05em .4em;
				 * margin: 1px 1px 0px 1px;
				 */
				
				visibility: visible;
			}
			
			.buttonlabel img{
				margin: 0 0 0 0 !important;
				border: 0 !important;
				padding: 0 !important;
			}
			
			.level1label {
				height: 12px;
				font-size: 11px;
				font-weight: 500;
				cursor: default;
 				margin-bottom: 0;
 				margin-top:  0px;
				border-left: 0px solid #BBBBBB !important;
			}

			
			
			/** .menuItem replaces .menuNode 
			 * to open menus instantly. 
			 * (see open-instantly.html source)
			 */
			.menuNode, .menuItem{
				font-size: 11px;
				margin-left: 18px;
			}
			
			.menuNode a, menuItem a{
				color: #FFFFFF;
				font-size: 10px;
				height: 16px;
				margin-left: 0px;
				text-decoration: none;
				white-space: nowrap;
                        font-weight: bold;
				font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal
 			}
			.menuNodeeli, .menuItemeli{
				font-size: 11px;
				margin-left: 18px;
			}
			.menuNodeeli a, menuItemeli a{
				color: #FFFFFF;
				font-size: 11px;
				height: 16px;
				margin-left: 0px;
				text-decoration: none;
				white-space: nowrap;
                        font-weight: bold;
				font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal
 			}
 			
 			.menuNode a:hover, .menuItem a:hover{
 				text-decoration: none;
 			}
 			
			.menu {
				position: relative;
				padding-left: 0px;
				padding-bottom:  .6em;
				padding-top: 0px;
 				font-family: Arial, sans-serif;
 				margin-bottom: -3px;
			 }
			 .menu .menu, .menu .menu .menu{ /* submenus & submenus' submenus  */
				border-left: 1px solid #BBBBBB;
				padding-left: 0px;
			 }			 
			 .menu .menu .menu{ /* submenus' submenus  */
 				height:1%;
			 }			 
			#nav {
				border: 0px solid #ccc;
				background-image: url(sfondo_colonna.gif);
				color: #000;
				overflow: hidden;
				position: absolute;
				width: 173px;
				height: 100%;
				margin: 0px;
				left: 0;
				top: 197px;
				position: absolute;
				white-space: nowrap;
				-moz-user-select: none;
			}
					
			
	/* *-*-*-*- *-*-*-*- *-*-*-*         End Menu tree rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                   ___________________                                */
			h1{
				color: #777;
				font-size: 18px;
				text-indent: 24px;
				padding: 10px;
			}
	/* *-*-*-*- *-*-*-*- *-*-*-*-        @media print rules        *-*-*-*- *-*-*-*- *-*-*-*- 
 	 *                                   __________________                                 */
  			@media print {

  				title { display: none }
				#nav {
					position: absolute;
					width: 0;
					height: 0;
					padding: 0px;
					margin: 0;
					display: none;
				}

			}
