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

ul.aqtree3clickable { margin: 0; padding: 0; }

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-right: 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(images/minus.gif) center right no-repeat; color: black;
}

li.aq3close ul.datesbox { display: none; }
li.aq3open ul.datesbox { display: block; }

ul.aqtree3clickable li.aq3closed a {
    background: url(images/plus.gif) center right no-repeat; color: black;
}
ul.aqtree3clickable li.aq3closed ul { display: none; }
ul.aqtree3clickable li.aq3bullet a {
   padding-right: 0;
   padding-left: 20px;
    background: url(images/bullet.gif) center left no-repeat;
}

/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { display: relative; margin: 0; padding: 0; }
ul.aqtree3clickable li.aq3closed ul { display: none; }



