ul#treemenu1 {
padding:0;
margin: 0px 0 0 0px; 
}

ul#treemenu1 a{
text-decoration: none;

}

ul#treemenu1 a:hover {
text-decoration: underline;
color: white;
}


.treeview ul { /*CSS for Simple Tree Menu*/
color: white;
padding-left: 0px;
margin-left: 0px;
margin-bottom: 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding: 2px 0 2px 0px;
line-height: 15px;
display: block;
}

.treeview li a{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
margin-left: 15px;
margin-bottom: 3px;
color: #E6A649;
line-height: 16px;
font-weight: bold;
display: block;
}

.treeview li .treeview li a{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
margin-left: 15px;
padding-left: 15px;
color: white;
font-weight: normal;
background: url(img/li.jpg) 2px 6px no-repeat;
}

.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
background: url(/knihy.cz/closed.gif) no-repeat left 4px;
color: white;
cursor: hand !important;
cursor: pointer !important;
padding-left: 10px;
margin-left: 5px;
}

.treeview li.submenu a{ /* Style for LI that contains sub lists (other ULs). */
margin-left: 5px;
margin-bottom: 3px;
display: block; 
color: white;
}

li.submenu ul li ul li ul li a{ /* Style for LI that contains sub lists (other ULs). */
margin-left: 20px;
margin-bottom: 5px;
display: block; 
color: white;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}
