ul.tree { display: block; margin-left: 0; padding-left: 0; list-style-position: outside; }

ul.tree ul { margin-left: 0; padding-left: 0; margin-top: 0; margin-bottom: 0; list-style-position: inside; }

ul.tree li { color: #000; background-image: url(../_img/dot1.gif); padding-left: 20px; background-position: 8px 5px; background-repeat: no-repeat; width: 100%; list-style-type: none; list-style-position: outside; }

ul.tree li.closed { color: #000; background-image: url(../_img/dot1.gif); background-repeat: no-repeat; background-position: 8px 5px; width: 100%; }

ul.tree li.opened { color: #fff; font-weight: bold; background-color: #05718b; background-image: url(../_img/dot2.gif); background-repeat: no-repeat; background-position: 8px 5px; width: 100%; }

ul.tree li a { font-size: 13px; text-decoration: none; cursor: pointer; }

ul.tree li a.folder { cursor: pointer; }

ul.tree li a.active { font-weight: bold; }

ul.tree li a:hover { text-decoration: underline; }
.poziom0 a { color: #000; list-style-position: outside; }
.poziom1 a { color: #a6f2f5; font-weight: normal; width: 100%; }

