ul#treemenu1 {
padding:0;
margin: 0px 0 0 5px; 
}

ul#treemenu1 a{
text-decoration: none;
}

ul#treemenu1 a:hover {
text-decoration: underline;
}


.treeview ul { /*CSS for Simple Tree Menu*/
color: white;
padding-left: 0px;
margin-left: 0px;
margin-bottom: 3px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
padding-left: 0px;

color: white;
line-height: 15px;
}

.treeview li a{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
margin-left: 5px;

}

.treeview li.submenu { /* Style for LI that contains sub lists (other ULs). */
background: url(/closed.gif) no-repeat left 4px;
color: white;
cursor: hand !important;
cursor: pointer !important;
padding-left: 10px;
margin-left: 5px;
}

.treeview li.submenu a{ /* Style for LI that contains sub lists (other ULs). */
margin-left: 5px;
margin-bottom: 5px;
display: block; 
}

li.submenu ul li ul li ul li a{ /* Style for LI that contains sub lists (other ULs). */
margin-left: 20px;
margin-bottom: 5px;
display: block; 
}


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