
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
margin: 25px 0px 0px 2px; 
padding:20px;
font-family: Arial, Helvetica, sans-serif;
line-height: 26px; /*space top-bottom between the links*/
color: #000000;
font-size: 14px;
font-weight: bold;
padding: 20px 0px 0px 30px; /*from left side of link to left side of enclosure*/
text-decoration: none;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
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;
}
.subTree li
{	
	margin: 25px 0px 0px 2px; 
	padding:20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 26px; /*space top-bottom between the links*/
	color: #000000;
	font-size:10px;
	font-weight: bold;
	padding: 20px 0px 0px 30px; /*from left side of link to left side of enclosure*/
	text-decoration: none;
}
