/* Turn off list bullets */
ul.aqtree3clickable li { list-style: none; margin-left: 0px; }

ul.aqtreeclickable, ul.aqtreeclickable ul, ul.aqtreeclickable li { margin: 0; padding: 0; }

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a { padding-left: 20px; }

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickable li.aq3open a {
    background: url(minus.gif) center left no-repeat;
}
ul.aqtree3clickable li.aq3closed a {
    background: url(plus.gif) center left no-repeat;
}
ul.aqtree3clickable li.aq3bullet a {
    background: url(bullet.gif) center left no-repeat;
}

/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { display: block; }
ul.aqtree3clickable li.aq3closed ul { display: none; }

/*---- modifiche di sZ riguardanti l'aspetto esteriore... ----*/


a, a:visited {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ff8000;
	text-decoration: underline;
}

.indent a, a:visited {
	color: #494949;
	text-decoration: none;
}
.indent a:hover {
	color: #ff8000;
	text-decoration: underline;
}

.indent {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 10px;	
	padding: 0px;
}

li.tit {
	font-weight: bold;
}
