.treeview ul{ /*CSS for Simple Tree Menu*/
margin-left: 49px;
padding-left: 10px;
margin-bottom:-10px;

}
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
list-style-type: none;
margin-left:-40px;

margin-bottom: 0px;
margin-top: 0px;
}
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */

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. */
}







.treeview1 ul{ /*CSS for Simple Tree Menu*/
margin-left: 0px;
padding-left: 50px;

}
.treeview1 li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/

font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
list-style-type: none;
margin-left:-47px;


}
.treeview1 li.submenu{ /* Style for LI that contains sub lists (other ULs). */

cursor: hand !important;
cursor: pointer !important;
}


.treeview1 li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none;
 /*Hide them by default. Don't delete. */
}


