.treeview ul{ /*CSS for Simple Tree Menu*/
padding: 0;
margin:  0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
  color: #2C6392;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background: #C6DBDB url(list.gif) no-repeat left center;
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	color: #2C6392;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: #C6DBDB url(closed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
text-decoration:none;
  color: #2C6392;
}

.treeview ul li a:hover {
  color: #FFFFFF;
  background-color: #630984; /* rollover effect */
  text-decoration:none;
}

.treeview ul li a {
  text-decoration:none;
  color: #2C6392;
}


.treeview li.submenu a:hover {
  color: #FFFFFF;
  background-color: #630984; /* rollover effect */
  text-decoration:none;
}

.treeview li.submenu a {
  text-decoration:none;
  color: #2C6392;
}

.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;
}.navcolumn {
	margin: 0px;
	padding: 0px;
}
