.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)*/
  background: #9CBAD6 url(/vocabweb/img/twhite.gif) no-repeat left center;
  list-style-type: none;
  padding-left: 15px;
  margin-bottom: 3px;
  cursor: hand !important;
  cursor: pointer !important;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #9CBAD6 url(/vocabweb/img/bullet-arrow-right.gif) no-repeat left 2px;
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;
}

.ListSectionTitle {font-size: 1em; color: #000099; font-weight: bold; text-decoration: none;}
.ListSectionTitle:link, .ListSectionTitle:visited {color: #000099; font-weight: bold; text-decoration: none;}
.ListSectionTitle:hover, .ListSectionTitle:active {color: #ffffff; font-weight: bold; text-decoration: underline;}

/*All other links and text like this: */

.ListSectionLink {font-size: .8em; color: #003399; text-decoration: none;}
.ListSectionLinkhover {font-size: .8em; color: #ff0000; text-decoration: underline;}
.ListSectionLink:link {color: #003399; text-decoration: none;}
.ListSectionLink:visited {color: #333399; text-decoration: none;}
.ListSectionLink:hover, .ListSectionLink:active {color: #ff0000; text-decoration: underline;}


/*Links with no subtopics */
.ListLink {font-size: .8em; color: #000000; text-decoration: underline;}
.ListLinkhover {font-size: .8em; color: #ffff66; text-decoration: underline;}
.ListLink:link {color: #003399; text-decoration: underline;}
.ListLink:visited {color: #003399; text-decoration: underline;}
.ListLink:hover, .ListLink:active {color: #ffff66; text-decoration: underline;}

