/* 090720 */
#menu_vert {
  /* 	font-size: 14px;  */
  background: transparent;
  margin-left: 0em;
  padding:0px;
  position: relative;
  z-index:1;
}


/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;   /*  separatori rihe menu  */
   display: block;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li { height: 1%; } 
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/


/* Link livello >= 1 */
div#menu_vert ul a {
   text-decoration:none; 				/* no underline for links */
   display: block; 						/* IE has problems with this, fixed above */
   padding: 0.1em 0.3em 0.2em 0.1em; 	/* some air for it  Alto,??,Basso,Sx */
   color: #002d3b; 						/* this will be link color for all levels */
   min-height:1em; 						/* Fixes IE7 whitespace bug */ 
	}


div#menu_vert a:hover {
   background-color:  #F8F8FA;		/* Colore voce menu selezionata  */
}

	
	
div.menuhead {
  padding-left: 30px;
  margin-top: 20px;	
}

/* A=Aperto C=Chiuso B=Bold S=SubMenu */
.FC{
   display: block; 					
   padding: 0.5em 0.5em 0.3em 2.2em; 	/* Alto, MargineDx, Basso, Sx */
   color: #003399; 					
   background: url(../Immagini/folder-closed1.png) no-repeat 0.4em center; 
	}
	
.SFC{
   display: block; 					
   padding: 0.5em 0.5em 0.3em 4em; 	
   color: #003399; 					
   background: url(../Immagini/folder-closed1.png) no-repeat 2em center; 
	}

	/* SS = Sub Sub Menu  */
.SSFC{
   display: block; 					
   padding: 0.5em 0.5em 0.3em 5.5em; 	
   color: #003399; 					
   background: url(../Immagini/folder-closed1.png) no-repeat 3.6em center; 
	}
	
.FA{
   display: block; 					
   padding: 0.5em 0.5em 0.3em 2.2em; 
   color: #003399; 					
   background: url(../Immagini/folder-open5.png) no-repeat 0.4em center; 
	}
	
.SFA{
   display: block; 					
   padding: 0.5em 0.5em 0.3em 4em; 
   color: #000000; 					
   background: url(../Immagini/folder-open5.png) no-repeat 2em center; 
	}	

.FAB{
   display: block; 					
   padding: 0.5em 0.5em 0.3em 2.2em; 	
   color: #224488; 						
   font-weight: 900;
   background: url(../Immagini/folder-open5.png) no-repeat 0.4em center; 
	}
	
.SFAB{
   display: block; 					
   padding: 0.5em 0.5em 0.3em 4em; 	
   color: #224488; 						
   font-weight: 900;
   background: url(../Immagini/folder-open5.png) no-repeat 2em center; 
	}
	
.SSFAB{
   display: block; 					
   padding: 0.5em 0.5em 0.3em 5.5em; 	
   color: #224488; 						
   font-weight: 900;
   background: url(../Immagini/folder-open5.png) no-repeat 3.6em center; 
	}
