ul.noimg li.noimg {
	list-style-image:none; 
	background-image:none; 

}
.treeview ul{ /*CSS for Simple Tree Menu*/
margin-left: 21px;
padding: 0;
z-index:1000;
}
.treeview li.pdf{
background: url(/images/pdf.gif) no-repeat left center;
list-style-type: none;
list-style-image:none;/*important*/
padding-left: 22px;
margin-bottom: 3px;
margin-left:-33px;
	
}
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: url(/images/list.gif) no-repeat left top;
list-style-type: none;
list-style-image:none;/*important*/
padding-left: 22px;
margin-bottom: 3px;
margin-left:-33px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: url(/images/closed.png) no-repeat left 1px;
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;
}

