.helpcentertreeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.helpcentertreeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
background: white url(/mync/images/webtree/netMaplist.gif) no-repeat left center;
list-style-type: none;
padding-left: 22px;
margin-bottom: 3px;
}

.helpcentertreeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
background: white url(/mync/images/webtree/netMapclosed.gif) no-repeat left 1px;
cursor: hand !important;
cursor: pointer !important;
}


.helpcentertreeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.helpcentertreeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

.helpcentertreeview a:link, a:visited {
		color: #090A74;
		text-decoration: none;
}

.bottom_border2_white{margin-bottom:3px;}
.bottom_border_white{border-bottom:1px solid #ffffff;}
.border_blue_center{border:1px solid #B5CEE6;}

.hr_hxxxh {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	margin-left: 1px;
}
.f_12_jc{
	font-size: 12px;
	font-weight: bold;
	color: #666666;}
	
.hr_sxx {border-right-width: 1px;border-right-style: dashed;border-right-color: #9B9B9B;}
.f_12_lj{
	font-size: 12px;
	color: #E59C00;}
a.link_more3:link {font-family:ËÎÌå;font-size:12px;color:#E59C00;text-decoration:none;}
a.link_more3:visited {font-family:ËÎÌå;font-size:12px;color:#E59C00;text-decoration:none;}
a.link_more3:hover {font-family:ËÎÌå;font-size:12px;color:#D93336;text-decoration:none;}
a.link_more3:active{font-family:ËÎÌå;font-size:12px;color:#E59C00;text-decoration:none;}