ul.aqtree3clickable ul { padding-left: 20px; }
	ul.aqtree3clickable ul, ul.aqtree3clickable li { list-style: none; }
		ul.aqtree3clickable li a { padding-left: 20px; }
			ul.aqtree3clickable li.aq3open a { background: url(../img/common/minus.gif) center left no-repeat; }
				ul.aqtree3clickable li.aq3open a:hover, ul.aqtree3clickable li.aq3open a:focus { background: #d6dbbe url(../img/common/plus.gif) center left no-repeat; }

			ul.aqtree3clickable li.aq3closed a { background: url(../img/common/plus.gif) center left no-repeat; }
				ul.aqtree3clickable li.aq3closed a:hover, ul.aqtree3clickable li.aq3closed a:focus { background: #d6dbbe url(../img/common/plus.gif) center left no-repeat; }

			ul.aqtree3clickable li.aq3bullet a { background: url(../img/common/bullet.gif) center left no-repeat; }
				ul.aqtree3clickable li.aq3bullet a:hover, ul.aqtree3clickable li.aq3bullet a:focus { background: #d6dbbe url(../img/common/bullet.gif) center left no-repeat; }

		ul.aqtree3clickable li.aq3open ul { display: block; }
		ul.aqtree3clickable li.aq3closed ul { display: none; }
