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

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

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

ul.aqtree3clickable li.aq3close a:hover 
ul.aqtree3clickable li.aq3bullet a:hover,
ul.aqtree3clickable li.aq3open a:hover {
color: white;
}

ul.aqtree3clickable li.aq3closed a,
ul.aqtree3clickable li.aq3bullet a,
ul.aqtree3clickable li.aq3open a  {
color: black;
}

/* Show "bullets" in the links, depending on the class of the
color: #E52B30;
   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; }

UL {
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.left_padding_18 {
  padding-left: 18px;
  margin-left: 18px;
}
