/*menu*/
/* Get the bullets inside their LI's, so they're clickable. */
ul.explorertree li { list-style-position: inside;  background-image: url(../img/dotted.gif); background-repeat: repeat-y; cursor: pointer; }
ul.explorertree, ul.explorertree ul, ul.explorertree li { margin: 0; padding: 0; }
ul.explorertree ul { padding-left: 10px; } /* sublist indentation */
/* Set the bullet images */
ul.explorertree li { list-style-image: url(../img/plus.gif); list-style-type: square;margin-top:0px; }
ul.explorertree li.explorertree-open { list-style-image: url(../img/minus.gif); list-style-type: circle; }
ul.explorertree li.explorertree-open:last-child { background-image: none; list-style-image: url(../img/minus.gif); } 
ul.explorertree li.explorertree-closed { list-style-image: url(../img/plus.gif); list-style-type: disc; }
ul.explorertree li.explorertree-closed:last-child { background-image: none; list-style-image: url(../img/plus.gif); } 
ul.explorertree li.explorertree-bullet { list-style-image: url(../img/t.gif); list-style-type: circle; margin-top:1px;}
ul.explorertree li.explorertree-bullet:last-child { background-image: none; list-style-image: url(../img/l.gif); } 

/* Actually show and hide sublists */
ul.explorertree li.explorertree-open ul { display: block; }
ul.explorertree li.explorertree-closed ul { display: none; }
/*konec navigace*/

