/* Turn off list bullets */
ul.aqtree3clickable li { list-style: none; }

ul.aqtree3clickable, ul.aqtree3clickable ul, ul.aqtree3clickable li {
  margin: 0; padding: 0; 
}

/* This controls the indent for each sublist */
ul.aqtree3clickable ul {
  margin-left: 0px;
}

ul.aqtree3clickable li {
  margin-bottom: 10px;
}

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a { 
	padding-left: 0px; 
	text-decoration: none;

}

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickable li.aq3open a {
    background: url(cc_arrow_down.gif) center left no-repeat;
	padding-left: 20px;	 
}

ul.aqtree3clickable li.aq3open a.sub {
    background:none;
	padding-left: 0px;	 
}


ul.aqtree3clickable li.aq3closed a {
    background: url(cc_arrow_right.gif) center left no-repeat;
	padding-left: 20px;	 
}

ul.aqtree3clickable li.aq3bullet a {
	list-style: none;
}

/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { display: block; background: none; }
ul.aqtree3clickable li.aq3closed ul { display: none; background: none; }



