
ul li {
background: none;
}

ul.aqtree3clickable {
	position: relative;
	right: 10px;
	top: 17px;
}

/* 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: 0;
}

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a { padding-left: 0; }

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickable li.aq3open a {
    background: url(/img/minus.gif) 1% 50%  no-repeat;
	padding: 0 0 0 20px;
}

ul.aqtree3clickable li.section {
	list-style-type: none;
	margin: 10px 0 3px 0;
	font-weight: bold;
	font-size: 13px;
}
ul.aqtree3clickable li.section-link {
	margin-top: 10px;
}

ul.aqtree3clickable li.aq3closed a {
    background: url(/img/plus.gif) 1% 50% no-repeat;
   	padding: 0 0 0 20px;
}

ul.aqtree3clickable li.aq3bullet a {
    background: url(/img/bullet.jpg) 0 50%  no-repeat !important;
}

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

.top {
xpadding: 0 .5em 0 0;
padding: 5px 0 5px 15px !important;
margin: 0 0 .5em 0;
display: block;
width: 190px;
border: 1px solid #666;
background-color: #eee !important;
background-image: none;
}

ul.aqtree3clickable li a.top {
padding: .25em 1em;
}

ul.aqtree3clickable li li {
/*	background: url(/img/bullet.jpg) 50% 0 no-repeat !important;*/
	padding: 0 0 0 1em !important;
	margin: 0 0 .5em -.6em !important;
}

ul.aqtree3clickable li li a {
	background: none !important;	padding: 0 0 0 1em !important;
	margin: 0 0 .5em -.6em !important;
}

.content li {
background: url(../img/bullet.jpg) 0 9px no-repeat;
}

del ul li {
background-image: none !important;
}
del {
text-decoration: none;
}
