.position {
	margin-left: -40px;
}

.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: #169C69;
list-style-type: none;
margin-top: 8px;
margin-bottom: 8px;
margin-left: 0px;
margin-right: 0px;
padding-left: 0px;
text-decoration: none;
}

.main {
	border-width: thin;
	border-color: #000;
	border-style: solid;
	padding-top: 8px;
	text-align: center;
	width: 140px;
	margin: 8px 0px 0px 0px;
	padding: 0;
}

.main li .sub2 a {
	font-weight: normal;
	color: #27276F;
	font-size: 11px;
	text-align: center;
}

.treeview li .submenu{ /* Style for LI that contains sub lists (other ULs). */
background: no-repeat left 1px;
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;
}


	
