.treeview ul{ /*CSS for Simple Tree Menu*/
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
 /*background: url(list.gif) no-repeat left center;*/
 list-style-type: square;
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
 font-family:  Verdana, Arial, Trebuchet MS, Geneva, Helvetica, Sans-serif;
 font-size: 10px;
 line-height:12px;
 font-weight: thin;
 color: #fff;
}

.treeview a { /*Style for LI elements in general (excludes an LI that contains sub lists)*/
 /*background: url(list.gif) no-repeat left center;*/
 padding: 0px;
 margin: 0px;
 font-family:  Verdana, Arial, Trebuchet MS, Geneva, Helvetica, Sans-serif;
 line-height:12px;
}

.treeview a:link    { text-decoration: none; font-weight: thin; font-size: 10px; color: #fff; outline: none; }
.treeview a:visited { text-decoration: none; font-weight: thin; font-size: 10px; color: #fff; outline: none; }
.treeview a:active  { text-decoration: none; font-weight: thin; font-size: 10px; color: #fff; outline: none; }
.treeview a:hover   { text-decoration: none; font-weight: thin; font-size: 10px; color: #9ba691; outline: none; }

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
 background: url(closed.png) no-repeat left 0px;
 background-color: none;
 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. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
 cursor: default;
}

.tree_mainsection {
 margin: -10px 0px 0px -35px;
 list-style-type: none;
}

.tree_subsection {
 margin: 5px 0px 0px -17px;
 list-style-type: none;
}

.tree_subsection_point {
 list-style-type: disc;
}
