/* General list style */
ul.aqtree3clickable {
  margin-left:0;
  padding-left:17px;
  text-indent:-17px;
  list-style:none;
}

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

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

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

/* 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-dkblue.gif) top left no-repeat;
}
ul.aqtree3clickable li.aq3closed a {
  background:url(/images/plus-dkblue.gif) top left no-repeat;
}
ul.aqtree3clickable li.aq3bullet a {
  background:url(/images/bullet-dkblue.gif) top left no-repeat;
}

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

/* Link styles */
ul.aqtree3clickable a:link  {
  color:#4d4d4d;
  text-decoration:none;
}
ul.aqtree3clickable a:visited {
  color:#4d4d4d;
  text-decoration:none;
}
ul.aqtree3clickable a:hover {
  color:#bf0023;
  text-decoration:underline;
}
ul.aqtree3clickable a:active {
  color:#4d4d4d;
  text-decoration:none;
}
