li { 
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
text-decoration: none;
color: #000000;
}

.div1 { 
position:relative; right:25px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin-bottom: 4; margin-left:0; margin-right:0; margin-top:0; 
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background-position: left center; list-style-type: none; margin: 0; 
background-color:none; background-repeat:no-repeat; background-attachment:scroll;
list-style-type: none;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand;
background-position: left 0px; cursor: pointer !important;
background-color:none; background-repeat:no-repeat; background-attachment:scroll;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
padding-left: 12px;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}