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

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: 20px; }

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

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



ul.nrfile li { list-style: none; }

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

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

ul.nrfile li.nrfile_folder_closed a {
    background: url(../images/folder_closed.gif) center left no-repeat;
}

ul.nrfile li.nrfile_folder_open {
    background: url(../images/folder_open.gif) center left no-repeat;
}

ul.nrfile li.nrfile_folder_up a{
    background: url(../images/folder_up.gif) center left no-repeat;
}

ul.nrfile li.nrfile_file a{
    background: url(../images/doc_icon.gif) center left no-repeat;
}
