.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
padding:0px;
margin:0px;

 
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important; 
}

.treeview li.submenu ul a { /* Style for LI that contains sub lists (other ULs). */
color:#333333; 
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
 
margin-left: 22px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: pointer;
list-style-image:url(../img/sipka2.gif);
padding:0px; 
}
 