.LeftColMenuTbl  {
	width:150px;
	vertical-align:top;
	padding-top: 0px;
	top: 0px;
}

.expandContractLinks {
text-align:center;
margin-bottom:10px;
}


.treeview, .treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0px;
padding: 0px;
vertical-align:top;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 6px;
	margin-left: 10px;
	font-weight: normal;
	white-space: nowrap;
	background-image: url(/Images/heart_18.png);
	background-repeat: no-repeat;
	vertical-align:top;
	}

ul.treeview li.submenu, ul.treeview li ul{ /* Style for LI that contains sub lists (other ULs). */
	cursor: hand !important;
	cursor: pointer !important;
	font-weight: bold;
	color: #000000;
	background-image: url(/Images/heart_18.png);
	background-repeat: no-repeat;
	vertical-align:top;
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
vertical-align:top;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
vertical-align:top;
}
.menu_box {
	margin-top: 0px;
	padding-top: 0px;
	float: left;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.SectionOn {
	color: #B90000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
