/* Turn off list bullets */
ul.aqtree li { list-style: none; }

ul.aqtree, ul.aqtree ul, ul.aqtree li { margin-left: 5px; padding: 0; }

/* Provide space for our own "bullet" inside the link */
ul.aqtree li a { padding-left: 15px; }

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree li.aq3open a {
    background: url("../images/minus.gif") center left no-repeat;
}
ul.aqtree li.aq3closed a {
    background: url("../images/plus.gif") center left no-repeat;
}
ul.aqtree li.aq3bullet {
	list-style-position: outside;
	text-indent: -15px;
	margin-left: 15px;
	}

/* Actually show and hide sublists */
ul.aqtree li.aq3open ul { display: block; }
ul.aqtree li.aq3closed ul { display: none; }
