ul.ipf-sectionmenu{margin:0;padding:0;}
.ipf-sectionmenu ul{margin: 0;padding: 0;}

ul.ipf-sectionmenu li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	padding-top:2px;
	padding-bottom: 2px;
	margin-bottom: 0px;
	height:1%;
}

ul.ipf-sectionmenu li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
}


ul.ipf-sectionmenu li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

ul.ipf-sectionmenu .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

ul.ipf-sectionmenu-folderopen {}

ul.ipf-sectionmenu-folderclose {}

