

#treemenu1 {
    margin-left: -42px;
  }


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


.treeview a {
    text-decoration: none;
  }


.treeview a:hover {
    color: #FF7E14;
    background: #f5FaFF;
  }


.treeview li {
    /*Style for LI elements in general (excludes an LI that contains sub lists)*/font-family: Arial Unicode MS, Arial, Lucida Grande, Lucida Sans, sans-serif;
    font-size: 1.1em;
    color: #2e6e9e;
    text-decoration: none;
    background: white url(../images/list.gif) no-repeat left center;
    list-style-type: none;
    padding-left: 22px;
    margin-bottom: 5px;
  }


.treeview li.submenu {
    /* Style for LI that contains sub lists (other ULs). */background : white url(../images/closed.gif) no-repeat left 1px;
    cursor : pointer !important;
    font-size : 1.2em;
  }


.treeview li.submenu ul {
    /*Style for ULs that are children of LIs (submenu) */font-size: 0.8em;
    display: none;
    /*Hide them by default. Don't delete. */;
  }


.treeview .submenu ul li ul li {
    /*Style for LIs of ULs that are children of LIs (submenu) */cursor: default;
    border-bottom-color : #999999;
    border-bottom-style : dotted;
    border-bottom-width : 1px;
  }
.underline {
    border-bottom-color : #999999;
    border-bottom-style : dotted;
    border-bottom-width : 1px;
  }
