.treeStyle ul{
    
  list-style-type:none;
  padding:0px;
  margin:0px;
}
.treeview ul { /*CSS for Simple Tree Menu*/
margin-left: -5px;
padding: 0;
}


.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding:0px;
margin:0px;
font-size:1em;
}
.treeview li .SubSubMenu a{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 7px;
margin-bottom: 3px;
font-size:10px;
text-decoration:none;
}
.treeview li .SubSubMenu a:hover{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 7px;
margin-bottom: 3px;
font-size:10px;
text-decoration:none;
}
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand;
text-align:left;
}


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

/*.treeStyle ul{
  list-style-type:none;
  padding:0px;
  margin:0px;
  /*margin-left:-5px;*/
}
/*.treeview ul { /*CSS for Simple Tree Menu*/
/*margin-left: -5px;
padding: 0;
}

.treeview li{ 
list-style-type: none;
padding-left: 7px;
margin-bottom: 0px;
font-size:1em;
}
.treeview li .SubSubMenu a{ 
list-style-type: none;
padding-left: 7px;
margin-bottom: 3px;
font-size:10px;
text-decoration:none;
}
.treeview li .SubSubMenu a:hover{ 
list-style-type: none;
padding-left: 7px;
margin-bottom: 3px;
font-size:10px;
text-decoration:none;
}
.treeview li.submenu{ 
cursor: hand;
text-align:left;
}
*/

.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: hand;
}*/