ul.strom { display: none; } ul.strom li { list-style: none; margin: 3px; } ul.strom, ul.strom ul , ul.strom li { margin-left: 10px; padding: 0px; } ul.strom li .bullet { padding-left: 16px; } ul.strom li.liOpen .bullet { cursor: pointer; background: url('grafika/strom-minus.gif') center left no-repeat; } ul.strom li.liClosed .bullet { cursor: pointer; background: url('grafika/strom-plus.gif') center left no-repeat; } ul.strom li.liBullet .bullet { cursor: default; background: url('grafika/strom-konec.png') center left no-repeat; } ul.strom li.liOpen ul { display: block; } ul.strom li.liClosed ul { display: none; } ul.strom .schema { padding-left: 22px; background: url('grafika/strom-schema.png') center left no-repeat; } ul.strom .tabulka { padding-left: 22px; background: url('grafika/strom-tabulka.png') center left no-repeat; }