.treeview { /*CSS for Simple Tree Menu*/
  font-family:Trebuchet ms,Arial,Helvetica,sans-serif;
	  font-size: 10.5px;
  text-align:left;
  color:#FFFFFF;
	padding:0;
	margin:0;
}
.treeview ul{
  margin: 0;
  padding: 0;
}

.treeview li{
  background: transparent url(/img/plus.gif) no-repeat left 5px;
  list-style-type: none;
  line-height:18px;
  padding:0 0 0 9px;
  margin:0;
  color:#FFFFFF;
  white-space: nowrap;
}

.treeview li.submenu{
  background: transparent url(/img/plus.gif) no-repeat left 5px;
  cursor: hand !important;
  cursor: pointer !important;
  white-space: nowrap;
}


.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;
  white-space: nowrap;
}


	ul.treeview a:link,
	ul.treeview a:visited,
	ul.treeview a:hover,
	ul.treeview a:active{
		text-decoration:none;
		color:#FFFFFF;
	  font-size: 10.5px;
	}
	ul.treeview a:hover{
    text-decoration:none;
    color:#00a8ff;
	  font-size: 10.5px;
	}
