ul.ipf-sectionmenu{margin:0;padding:0 0 10px 0;}
.ipf-sectionmenu ul{margin: 0;padding: 10px 0 0 0;}

ul.ipf-sectionmenu li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	/*padding-left: 22px;*/
	/*margin-bottom: 3px;*/
	height:1%;
 	background: url(../images/img02.jpg) repeat-x left top;
}

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;
	background: #9c7d1e;
}

ul.ipf-sectionmenu .submenu ul li ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	background: 9d936c;
}

ul.ipf-sectionmenu-folderopen {}

ul.ipf-sectionmenu-folderclose {}

ul.ipf-sectionmenu LI.ipf-active1 {}

ul.ipf-sectionmenu LI.ipf-active2 {}

/*li.ipf-sectionmenu-folderopen, li.ipf-active1 {font-weight: bold;
	color: #000000; }*/

li[class~="ipf-active1"] {
	background: #695314;
	/*background: url(../images/active1.jpg) repeat-y left top; }*/


