/* Turn off list bullets */
ul.aqtree3clickable li { list-style: none; font: 12px Arial, Helvetica, sans-serif;
	color: #993300;}

ul.aqtree3clickable, ul.aqtree3clickable ul, ul.aqtree3clickable li {
  margin: 0; padding: 0; 
  font: 12px Arial, Helvetica, sans-serif;
	color: #993300;
}

/* This controls the indent for each sublist */
ul.aqtree3clickable ul {
  padding-left: 15px;
  font: 12px #993300 Arial, Helvetica, sans-serif;
}

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a { padding-left: 15px; font: 12px Arial, Helvetica, sans-serif;
	color: #993300;}


/* 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/btn_down.gif) center left no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration:none;
	line-height:135%;
}

ul.aqtree3clickable li.aq3open a:hover {
    color: #c6830d
	}

ul.aqtree3clickable li.aq3closed a {
    background: url(../images/btn_arrow.gif) center left no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration:none;
	line-height:135%;
}

ul.aqtree3clickable li.aq3closed a:hover {
    color: #c6830d;
}


ul.aqtree3clickable li.aq3bullet a {
    background: url(../images/btn_arrow.gif) center left no-repeat;
	padding-left: 15px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #993300;
	text-decoration:none;
	line-height:135%;
}


ul.aqtree3clickable li.aq3bullet a:hover {
     color: #c6830d;
}



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