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

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

.treeview li.submenu{ 
}


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

.sub li a{ color:#000000;}

  .sub li a {color: #005b1d; text-decoration:none; font-size:14px;}
  .sub li a:focus,
  .sub li a:hover,
  .sub li a:active, sub.aktiv {background-color: transparent; color:#000000; font-weight:normal; text-decoration:none; border-bottom: #a90101 solid 3px;}

#treemenu2 a.chosen {background-color: transparent; color:#005b1d; font-weight:bold; text-decoration:none;  border-bottom: #a90101 solid 3px; border-bottom:#005b1d solid 3px;}

#treemenu2 a.chosen2 {background-color: transparent; color:#005b1d; font-weight:bold; text-decoration:none;  border-bottom: #a90101 solid 3px; border-bottom:#a90101 solid 3px;}
