body { 
	font: x-small Arial, Helvetica, "Helvetica Neue", Geneva, sans-serif;	
}

#albero {
	margin: 0;
	visibility: visible;
	overflow: auto;
	padding: 0;
	float: left;
	text-align: left;
	width: 220px;
}

#estremi_menu_up {
	background-image: url(immagini/menu_up.gif);
	width: 220px;
	height: 35px;
	margin: 0;
	padding: 0;
	visibility: visible;
	overflow: visible;
}

#estremi_menu_down {
	background-image: url(immagini/menu_down.gif);
	width: 220px;
	height: 35px;
	margin: 0;
	padding: 0;
	visibility: visible;
	overflow: visible;
}

ul { 
	margin:0;padding: 0;
	list-style-type: none;
	list-style-image: none;
}

li.menu {
	list-style-type: none;
	list-style-image: none;
	color: #003366;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 18px;
	background: url(immagini/tree/fondo_punti.gif) repeat-y;
	padding: 0;
	text-indent: 5px;
}

li.menu2 {
	list-style-type: none;
	list-style-image: none;
	color: #003366;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 18px;
	background: url(immagini/menu_txt_ultimo.gif) repeat-y;
	text-indent: 5px;
}

.submenu {
	margin: 0;
	padding: 0;
}

.aperto {
	background: url(immagini/menu_txt2.gif) repeat-y;
	margin: 0;
	padding: 0;
}

.link1 {
	color: #003366;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: small;
}

.link1:hover {
	color: #003366;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
	font-size: small;
}

.link2 {
	color: #003366;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	text-indent: 20px;
}

.link2:hover {
	color: #003366;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

