.treeview ul{ /*CSS for Simple Tree Menu*/
	margin: 0;
	padding: 0;
	display: block;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 10px;
	background-image: url(list.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 10px;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
	background-image: url(closed.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}
#container #prd-contain #treemenu1 {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	margin: 0px;
	padding: 5px;
}
#container #prd-contain #treemenu1 a {
	color: #003366;
	text-decoration: underline;
}
#container #prd-contain #treemenu1 a:hover {
	color: #003366;
	text-decoration: none;
}
