/* 根ul */
ul{ margin:0; padding:0;}
.left_hox{ width:222px;}
.lightTreeview {
	list-style: none;
	overflow:hidden;
	color: #333333;
}
.lightTreeview a{ color:#5a5a5a; text-decoration:none;}
.lightTreeview a:hover{ color: #1760ac; text-decoration:underline;}
/* 所有下级的菜单 */
.lightTreeview ul,.lightTreeview ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
/* 所有的li */
.lightTreeview li {
	font-size: 12px;
	line-height: 18px;
	padding: 4px 0 4px 0;
	margin: 0;
}
/* 图标支持  * Download by http://www.codefans.net*/
.treeview-file {
	border-bottom:1px #cacaca solid; text-indent:15px; line-height:28px;
	font-weight:bold;
	white-space:nowrap;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
}
.treeview-folder {
text-indent:20px;
width:200px;
	white-space:nowrap;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
}
.treeview-folder01 {
text-indent:25px; 
	white-space:nowrap;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis; 
	overflow: hidden;
}