.treeview ul{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.treeview li{
	#list-style-type: none;
	#padding-left: 16px;
	#margin-bottom: 3px;
	#font-family: Verdana, Arial, Helvetica, sans-serif;
	#font-size: 11px;

	font-size:10px;
	color:#517287;
	padding:2px 0px 0px 16px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(closed.gif) no-repeat left 6px;
cursor: hand !important;
cursor: pointer !important;
list-style-type: none;
}


.treeview li.submenu ul{
	display: none;

}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
list-style-type: none;
}

.nobullet{
padding-left: -20px;
list-style-type: none;
}
