/* Turn off list bullets */
ul.aqtree3clickable li 
{	list-style: none;
	padding-left: 10px;
	font-size: 13px;
	line-height: 18px;
	color: #666666}

ul.aqtreeclickable, ul.aqtreeclickable ul, ul.aqtreeclickable li { margin: 0; padding: 0;}

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a { padding-left: 10px;
	font-size: 15px;
	line-height: 18px;
	font-weight: bold;
	color: #003399 }

/* 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/icon/icon-arrow-down.gif) center left no-repeat;
}
ul.aqtree3clickable li.aq3closed a {
    background:  url(../images/icon/icon-arrow-right.gif) center left no-repeat;
}
ul.aqtree3clickable li.aq3bullet a {
    background:  url() center left no-repeat;
}

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

