.treeview ul{
margin-left: 0;
padding:0;
}

.treeview li{ 
background-image:url(list.gif);
background-repeat:no-repeat;
background-position:3px center;
list-style-type: none;
list-margin:0px;
padding-left: 11px;
font-family:verdana;
font-size:11px;
margin-bottom: 1px;
margin-left:0px;
}

.treeview li.submenu{ 
background-image:url(closed.gif);
background-repeat:no-repeat;
background-position:left 3px;
cursor: hand;
cursor: pointer ;
margin-left:0px;
padding-left:12px;

}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin-left:0px;

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
margin-left:0px;
}









.treeview2 ul{
margin-left: 0;
padding:0;
}

.treeview2 li{ 
background-image:url(list.gif);
background-repeat:no-repeat;
background-position:3px center;
list-style-type: none;
list-margin:0px;
padding-left: 11px;
font-family:verdana;
font-size:11px;
margin-bottom: 1px;
margin-left:0px;
}

.treeview2 li.submenu{ 
background-image:url(closed.gif);
background-repeat:no-repeat;
background-position:left 3px;
cursor: hand;
cursor: pointer ;
margin-left:0px;
padding-left:12px;

}


.treeview2 li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
margin-left:0px;

}

.treeview2 .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
margin-left:0px;
}