body { background-color: #B2FFCC; }

/* Buttons */
.mbtn { background-color: #B2FFCC; }

/* Turn off list bullets */
ul.mmclickable li { list-style: none; }

/* Set the ul indents */
ul.mmclickable ul { padding-left: 10px; margin-left: 10px; }

/* Set left hand main margin */
ul.mmclickable { margin-left: 3px; padding-left: 3px; }

ul.mtreeclickable, ul.mtreeclickable ul, ul.mtreeclickable li { margin: 0; padding: 0; }

/* Provide space for our own "bullet" inside the link */
ul.mmclickable li a { padding-left: 20px; }

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
ul.mmclickable li.mopen a {
    background: url(minus.gif) top left no-repeat;
}
ul.mmclickable li.mclosed a {
    background: url(plus.gif) top left no-repeat;
}
ul.mmclickable li.mbullet a {
    background: url(bullet.gif) top left no-repeat;
}

/* Actually show and hide sublists */
ul.mmclickable li.mopen ul { display: block; }
ul.mmclickable li.mclosed ul { display: none; }

