.treeview {
  clear:both;
  margin-left:8px;
  display:block;
  height:auto;
  margin-top:0px;
  width:200px;
  float:left;
    padding:0px;

  color:#275eba;
  text-decoration:none;
  font-size:13px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
  clear:both;
  display:block;
  height:auto;
  margin-top:0px;
  padding:0px;
  width:100%;
}

.treeview a {
  color:#275eba;
  text-decoration:none;
  font-size:13px;
}
.treeview a:hover {
  color:#275eba;
  font-size:13px;
}


.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
  list-style-type: none;
  margin-top:0px;
  height:auto;
//  font-size:11px;
  margin-left:10px;
  margin-right:0px;
  font-weight:bold;
  padding:0px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
  cursor: hand !important;
  cursor: pointer !important;
    height:auto;

  }

.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;
  height:auto;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
  cursor: default;
  font-weight:normal;
  height:auto;
}

#treeviewLevel0Separator {
  width: 100%;
  height: 1px;
  margin-left:0px;
  background-image: url(/images/treeview_separator.jpg);
  background-repeat:no-repeat;
  font-size:1px;
}

#treeviewLevel0Item{
  margin-top:3px;
  margin-bottom:3px;
height:auto;
}
div #treeviewLevel0Item a:hover{

}

div #treeviewLevel0ItemSelected {

}

#treeviewLevel1Item, #treeviewLevel1ItemSelected {
  margin-top:3px;
  margin-bottom:3px;
  height:auto;
}

div #treeviewLevel1ItemSelected a {

}
