/* 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 li.aq3open,
ul.aqtree3clickable li.aq3closed,
ul.aqtree3clickable li.aq3bullet,*/

ul.aqtree3clickable ul {
  padding-left: 17px;
}

ul.aqtree3clickable li.aq3open ul li.aq3bullet {
	padding-left: 0;
}

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a { padding-left: 20px; }

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickable li.aq3open a span.book {
    background: url(../images/insider/164.png) left 1px no-repeat;
}
ul.aqtree3clickable li.aq3closed a span.book {
    background: url(../images/insider/book.png) left 1px no-repeat;
}
ul.aqtree3clickable li.aq3bullet a span.book {
    background: url(../images/insider/022.png) left 1px no-repeat;
}

ul.aqtree3clickable li.aq3open a{
    background: url(../images/insider/minus.gif) left 1px no-repeat;
}

ul.aqtree3clickable li.aq3closed a{
    background: url(../images/insider/plus.gif) left 1px no-repeat;
}

ul.aqtree3clickable li.aq3open li.aq3bullet a{
	background: transparent;
}

ul.aqtree3clickable li a span.book {
	padding-top: 1px;
	padding-bottom: 1px;
	display: inline-block;
}

ul.aqtree3clickable li.bullet {
	padding-left: 17px;
}

ul.aqtree3clickable li.bullet ul li.bullet {
	padding: 0;
}

/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { display: block; }
ul.aqtree3clickable li.aq3closed ul { display: none; }


ul.aqtree3clickable span.book {
	padding-left: 20px;
}

ul.aqtree3clickable a {
	color: #686863;
	font-weight: normal;
}
ul.aqtree3clickable a:hover, ul.aqtree3clickable span.current {
	color: #686863;
	text-decoration: none;
	font-weight: bold;
}
