/* Main cell */
ul.aqtree3clickable li {
list-style: none;
background-color:#FFCC99;
border:1px solid #990000;
padding:2px;
margin:0px;
}
/* Secondary cell colours */
ul.aqtree3clickable li ul li{
list-style: none;
background-color:#FFFFCC;
border:0px solid #990000;
padding:5px;
margin:0px;
}

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

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a {
padding-left:40px;
text-decoration:none;
font-weight:bold;
}
ul.aqtree3clickable li ul li a {
padding-left:0px;
text-decoration:underline;
}


/* MAIN COLOUR - on initial view*/
ul.aqtree3clickable li.aq3closed a {
background: url(../images/plus.gif) center left no-repeat;
color:#990000;
}
/* MAIN COLOUR - after opened */
ul.aqtree3clickable li.aq3open a {
background: url(../images/minus.gif) center left no-repeat;
color:#990000;
}
/* SECONDARY LINK - on initial view */
ul.aqtree3clickable li.aq3bullet a {
background: #BB0E11 center left no-repeat;
color:white;
}
/* SECONDARY LINK - on hover */
ul.aqtree3clickable li.aq3bullet a:hover {
background: #BB0E11 center left no-repeat;
color:aqua;
}

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

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



ul.aqtree3clickable {
margin : 0 0 .25em 0;

}
Xul.aqtree3clickable>li>a {
font-weight : bold;
background : #eee;
border-bottom : 1px solid #eee;
padding-left : 5px;
margin-left : -5px;
font-size : .9em;
text-decoration : none;
color : #333;
display : block;
}
