.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
text-align:left;
margin-left:0px;


}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(images/dot_brn.gif) no-repeat left 1px;
 padding-left:20px;
margin-bottom: 3px;
font-size:100%;
line-height:130%;
background:#fff;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
 background: white url(images/folder.gif) no-repeat left 1px;  
cursor: hand !important;
cursor: pointer !important;
font-size:100%;
line-height:130%;
padding: 0;
padding-left:20px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
 background: white url(images/folder.gif) no-repeat left 1px;  
display: none; /*Hide them by default. Don't delete. */
font-size:100%;
line-height:130%;
font-size:100%;
padding: 0;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */

list-style-type: none;
cursor: default;
font-size:100%;
line-height:130%;
font-size:100%;
padding-left:22px;
}
.treeview
{
    width:100%;
    background:#fff;
    padding:0;
    margin:0;
}