 ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: #192666 url(list.gif) no-repeat left center;
width: 160px;
list-style-type: none;
padding-left: 22px;margin-left: 0;
margin-bottom: 3px;margin-top: 2px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #192666 url(close.png) no-repeat left 1px;margin-top: 7px;
cursor: hand !important;
cursor: pointer !important;
}


.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;
}

.treeview li a {color: #fff;text-decoration: none;font-size: 11px;}
.treeview li a:hover {color:#1BA7C9;text-decoration: none;font-size: 11px;}

#search_text {width: 150px;height: 11px;font-size: 10px;margin: 2px 4px 0 0;float: left;}
#lupa {display: block;float: left;cursor: pointer;}

a.search {color:#4AA5FF;font-weight: bold;text-decoration: none;}
a.search:hover {color: #4AA5FF;font-weight: bold;text-decoration: underline;}

.sm {font-size: 11px;color: #4861D2;}
