/* 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			{ padding-left: 20px; }


/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a.u, ul.aqtree3clickable li a.perm, ul.aqtree3clickable li a.avatar	{ 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.u	{ background: url(collapse.gif) center left no-repeat; }
ul.aqtree3clickable li.aq3closed a.u	{ background: url(expand.gif) center left no-repeat; }
ul.aqtree3clickable li.aq3bullet a	{ background: url(bullet.gif) center left no-repeat; }


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



ul.aqtree3clickable li a {
	text-decoration: none;
	font-size: 9pt;
}


ul.aqtree3clickable li a.perm { color: maroon; }
ul.aqtree3clickable li a.avatar { color: teal; }
ul.aqtree3clickable li a.u { color: black; }
ul.aqtree3clickable li a.btn
{
	color: black;
	font-weight: bold;
}


div.list
{
	padding: 5;
	width: 300;
	background: #ddddff;
	margin: 0 0 0 50;
}


img { border: 0; }