ul.treeview {
  margin: 0px;
  width:180px;
  font-size: 11px;
  border: 1px solid #999999;
  padding: 5px;
  margin-top: 6px;
  margin-right: 10px;
  background-color: #a8c5f7; /* desaturated sn blue */
  background-color: white; /* desaturated sn blue */
  border-color: #1668f7; /* sn blue */
  border-width: 0px; 
  border-style: solid;
  color: #061c42; /* very dark sn blue */
  list-style-position: outside;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
  margin: 0;
  padding: 0;
  padding-left: 21px;
  list-style-position: outside;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
  /* background: blue url(/my/images/list.gif) no-repeat left center;  */
  /*
  background-image: url(/my/images/list-transparent.png);
  background-repeat: no-repeat;
  */
  list-style-type: none;
  padding-left: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
}

.treeview li span {
  padding-left: 21px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
  /* background: #a8c5f7 url(/my/images/arrow-right-transparent.png) no-repeat left 1px; */
  background: white url(/my/images/arrow-right-transparent.png) no-repeat left 1px;
  cursor: pointer !important;
  margin-left: 0px;
  padding-left: 0px;
  margin-bottom: 2px;
  margin-top: 2px;
}


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

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
  cursor: default;
  margin-left: 0px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.active_menu_item, a.active_menu_item {
  color: #1668f7;
  font-weight: normal;
  margin-left: 0px;
  padding-left: 0px;
}

.treeview a.menu_link {
  font-weight: normal;
  color: #061c42; /* very dark sn blue */
  margin-left: 0px;
  padding-left: 0px;
}

td.menu {
  margin: 0px;
  padding: 0px;
}
