.MsoNormal {
	font-size:11px;
}
.MsoNormal font span{
	font-size:11px;
}
.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:  url(list.gif) no-repeat left center;*/
list-style-type: none;
padding-left: 0px;
padding-bottom: 3px;

}
.treeview li a{
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#4B4B4C;
	text-decoration:none;
	margin-right:0px;
}

.a1 {
}

.a2 {
	margin-left:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D5D6D6;
	width: 168px;
	overflow: hidden;
	height: 21px;
	left:0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	display: inline-table;
}
.a3  {
	background-color: #F7F7F7;
	height: 21px;
	padding-top:2px;
	margin-bottom:0px;
	margin-right:0px;
	padding-left:21px;
	vertical-align: middle;
	
	
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background:  url(closed.gif) 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 li.submenu a{
	text-decoration:none;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#4B4B4C; text-decoration:none;
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
padding-left: 15px;
}