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

ul.aqtree3clickable, ul.aqtree3clickable ul, ul.aqtree3clickable li {
 
}

/* This controls the indent for each sublist */
ul.aqtree3clickable ul {
  padding-left: 0;
}

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

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */


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