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

ul.aqtree3clickable, ul.aqtree3clickable li { 
		padding: 0px; 
		margin: 0px;
 		}

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

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickable li.aq3open a {
    background: url(/library/images/minus.gif) center left no-repeat; text-align: top; 
text-decoration: none; border-bottom: none; 
}
ul.aqtree3clickable li.aq3open a:hover,
ul.aqtree3clickable li.aq3open a:active {
    background: url(/library/images/minus.gif) center left no-repeat;text-align: top; 
text-decoration: none; border-bottom: none; 
}
ul.aqtree3clickable li.aq3closed a {
    background: url(/library/images/plus.gif) center left no-repeat;text-align: top; 
text-decoration: none; border-bottom: none; 
}
ul.aqtree3clickable li.aq3closed a:hover,
ul.aqtree3clickable li.aq3closed a:active {
    background: url(/library/images/plus.gif) center left no-repeat;text-align: top; 
text-decoration: none; border-bottom: none; 
}
ul.aqtree3clickable li.aq3closed a:hover,
ul.aqtree3clickable li.aq3closed a:active {
    background: url(/library/images/plus.gif) center left no-repeat;text-align: top; 
text-decoration: none; border-bottom: none; 
}
ul.aqtree3clickable li.aq3bullet a {
    background: none;text-align: top; padding-left: 0px; 
}

ul.aqtree3clickable li.aq3bullet a:hover,
ul.aqtree3clickable li.aq3bullet a:active  {
    background: none;text-align: top; padding-left: 0px; 
}
ul.aqtree3clickable li.aq3bullet {
    background: none;text-align: top; list-style: square; color: #930;padding-left: 0px; margin-left: 0px;
}

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

