 ul#blocchi {	
    /* height:198px; */	
    height:191px;
		padding-top:1px;	
    width:770px;   /*include una rubrica in piu rispetto alla lung. del contenitore*/	
 	  overflow:hidden;	
		text-align:left;
		list-style-type:none;
/*		background:yellow;*/ 
 } 
 ul#blocchi li {
    border:0px solid #eee;	
		border-right:1px solid #777777;  /* gpao */	
		background-position:40px 10px;
		background-repeat:no-repeat;	
/*		background-color:red;*/ 	
		background-color:#404041; /* gpao */	
		overflow:hidden;	
		padding:0 0;	
		height:190px;	
		width:40px;	
		float:left;	
/*		position:relative;*/
	} 
	ul#blocchi span.titolo {
	  width:40px;	
		height:190px;	
		display:block;
		background-color:#404041; /* gpao */	
		float:left;
	} 
	ul#blocchi span.titolo img {	
	  border:none;	
		margin-left:4px;
	}
	ul#blocchi span.titolo img.triang {	
		margin-left:22px;
	}
	/*blocco trasparente sopra l'imm di sfondo per fungere da link*/ 
	ul#blocchi em {	
	  width:66px;	
		height:170px;	
		display:block;	
/*		float:left;
		background:yellow; */	
	}
