ul.aqtree3clickableB { margin-top:0; padding-left:10px;}

/* Turn off list bullets */
ul.aqtree3clickableB li { list-style: none; margin-left:0px; }

ul.aqtreeclickableB, ul.aqtreeclickableB ul, ul.aqtreeclickableB li { margin: 0; padding: 0; }

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickableB li a { padding-left: 20px;}

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickableB li.aq3open a {
    background: url(images/blank.gif) center left no-repeat;
}
ul.aqtree3clickableB li.aq3closed a {
    background: url(images/blank.gif) center left no-repeat;
}
ul.aqtree3clickableB li.aq3open a.nobg {
	background:none;
}
ul.aqtree3clickableB li.aq3closed a.nobg {
	background:none;
}
ul.aqtree3clickableB li.aq3bullet a {
    background: url(images/blank.gif) center left no-repeat;
}
/* Actually show and hide sublists */
ul.aqtree3clickableB li.aq3open ul { display: block;}
ul.aqtree3clickableB li.aq3closed ul { display: none;}
