.treeview ul{ /*CSS for Simple Tree Menu*/
	margin:0;
	padding:0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background:none;
	list-style-type:none;
	margin:0 0 3px 0;
	padding:0 0 0 0;
}

.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;
	margin:10px 0;
	padding:5px;
	border:#9AB6C9 1px solid;
	background:#F4F8FC;
}

ul.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background:#FFF url(../images/icons/plus.png) no-repeat left 1px;
	cursor:pointer;
	border:none;
	margin:3px 0 3px 0;
	padding:0 0 0 22px;
}

.expandListFaq ul{ /*CSS for Simple Tree Menu*/
	margin:0;
	padding:0;
}

.expandListFaq li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	background:none;
	list-style-type:none;
	margin:5px 0 5px 0;
	padding:0 0 0 0;
}

.expandListFaq li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display:none; /*Hide them by default. Don't delete. */
}

.expandListFaq .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor:default;
	margin:8px 0;
}

ul.expandListFaq li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background:#FFF url(../images/icons/plus.png) no-repeat left 1px;
	cursor:pointer;
	border:none;
	margin:5px 0 5px 0;
	padding:0 0 1px 22px;
}
