/* Turn off list bullets */
ul.aqtree3clickable li { list-style-image:url(/images/bulletblue.gif); }

ul.aqtree3clickable {
	margin: 0 0 0 1.5em;
}

ul.aqtree3clickable ul, ul.aqtree3clickable li {
	margin: 0;
	padding: 0 0 0 0.5em;
}

/* This controls the indent for each sublist */
ul.aqtree3clickable ul {
  /*padding-left: 20px;*/
}

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a {
	text-decoration:none;
	color: #555555;
}

ul.aqtree3clickable li a:hover {
	text-decoration:underline;
}

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickable li.aq3open {
	list-style-image:url(/images/down-arrow-blue.gif);
	font-weight: bold;
}
ul.aqtree3clickable li.aq3open a {
	color: #536895;
}
ul.aqtree3clickable li.aq3open ul li.aq3bullet {
	list-style-image:url(/images/bulletblue.gif);
}
ul.aqtree3clickable li.aq3closed {
	list-style-image:url(/images/arrow-blue.gif);
	font-weight: bold;
}
ul.aqtree3clickable li.aq3closed a {
	color: #536895;
}
ul.aqtree3clickable li.aq3link {
	list-style-image:url(/images/bulletblue.gif);
	font-weight:normal;
}
ul.aqtree3clickable li.aq3link a {
	color: #555555;
}
ul.aqtree3clickable li.aq3bullet {
	list-style-image:url(/images/bulletblue.gif);
	font-weight:normal;
	color: #555555;
}

/* Actually show and hide sublists */
ul.aqtree3clickable li.aq3open ul { display: block; }
ul.aqtree3clickable li.aq3closed ul { display: none; }
