/* Turn off list bullets */
/*ul.aqtree3clickable li { list-style: none; }*/


ul { margin : 0px ; padding: 0px }
li { margin : 0px ; padding : 0px;}


/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.aqtree3clickable li.aq3open a { display : block ;
margin-right : 0px ; padding-right : 15px ; background: url('/grafica/minus.gif') top right no-repeat ;
}
ul.aqtree3clickable li.aq3closed a { display : block ; margin-right : 0px ; padding-right : 15px ; background: url('/grafica/plus.gif') top right no-repeat ;
}
ul.aqtree3clickable li.aq3bullet a { display : block ; margin-right : 0px ; padding-right : 15px ; background: none ;
}

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

