.listalettere { 
	list-style-type: lower-alpha;
	list-style-image: none;	
}
.listanascosta { 
	list-style-type: none; 
}
/* Lista evidenza a destra */
div.menu ul {
	list-style: none;
	padding: 0; 
	margin-top: 0px;
	margin-bottom: 5px;
	margin-right: 0px;
	margin-left: 0px;
}
div.menu ul li {
 	  padding: 2px;
	  margin-top: 0px;
	  padding-top: 0px;
}
div.menu ul li a {
	display: block;
/*	text-decoration: none; */
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 2px;
	padding-bottom: 3px;
	padding-top: 3px; 
	line-height: 100%;
	font-size: 90%;
}
/* lista in homapage */
.txtbox1 ul li a:link, .txtbox2 ul li a:link, .txtbox3 ul li a:link  {
	color: #000;
	background-color: #D9BFE6;
} 
.txtbox1 ul li a:visited, .txtbox2 ul li a:visited, .txtbox3 ul li a:visited {
	color: #400040;
	background-color: #D9BFE6;
} 
 .txtbox1 ul li a:hover, .txtbox2 ul li a:hover, .txtbox3 ul li a:hover {
	color: #fff;
	background-color: #000;
} 
/**/
.listapiccola2 {
	font-size: 95%;
	list-style-image: url('../img/lista2.gif');
	margin-bottom: 5px;
}
.listapiccola1 {
	font-size: 95%;
	list-style-image: url('../img/lista1.gif');
	margin-bottom: 5px;
}

