/* Turn off list bullets */ ul.mkTree li{list-style:none} /* Control how "spaced out" the tree is */ ul.mkTree,ul.mkTree ul,ul.mkTree li{margin-left:10px} /* Provide space for our own "bullet" inside the LI */ ul.mkTree li .bullet{padding-left:15px} /* Show "bullets" in the links,depending on the class of the LI that the link's in */ ul.mkTree li.liOpen .bullet{background:url(/00/minus.gif) center left no-repeat;cursor:pointer} ul.mkTree li.liClosed .bullet{background:url(/00/plus.gif) center left no-repeat;cursor:pointer} ul.mkTree li.liBullet .bullet{background:url(/00/bullet.gif) center left no-repeat;cursor:default} /* Sublists are visible or not based on class of parent LI */ ul.mkTree li.liOpen ul{display:block} ul.mkTree li.liClosed ul{display:none} /* Format menu items differently depending on what level of the tree they are in */ ul.mkTree li{font-size:13px} ul.mkTree li ul li{font-size:12px} ul.mkTree li ul li ul li{font-size:12px} ul.mkTree ul li ul li ul li li{font-size:11px}