/* 根ul */
.lightTreeview {
	list-style: none;
	overflow:hidden;
	color:#000;
}
.lightTreeview a{ color:#000000; text-decoration:none;}
.lightTreeview a:hover{ color: #000000; text-decoration:underline;}
/* 所有下级的菜单 */
.lightTreeview ul,.lightTreeview ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.lightTreeview ol {border:0px solid #DEECF2; list-style:none;}

.lightTreeview li {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
/* 图标支持  * Download by http://www.codefans.net*/
.treeview-file 
{
    list-style: none outside none;
	line-height:25px; 
	 font-size:13px;
	white-space:nowrap; text-align:left;
color:#5d5d5f;


	text-overflow:ellipsis;
	-o-text-overflow:ellipsis; width:178px; 
	overflow: hidden;  background-repeat:no-repeat;
}


.treeview-folder {
padding-left:10px; line-height:23px; width:163px;
	white-space:nowrap;  text-align:left;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis;  color:#000000;
	overflow: hidden;
}
.treeview-folder a {color:#fff; text-decoration:none;}
.treeview-folder a:hover {color:red;text-decoration:none;}

.treeview-folder01 { width:163px;
	padding-left: 30px;
	padding-right: 5px; text-align:left;
	white-space:nowrap;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis;
	color:#fff;
	overflow: hidden;
border:1px solid #00ff00;
}
.treeview-folder01 a{ color:#000000; font-size:12px;  font-family:Arial;padding-left:10px; font-weight:normal;}
.treeview-file a:link,a:visited {color:#ffffff;font-size:14px;}
.treeview-file a:hover{color:#ff0000;font-size:14px;}
.treeview-folder a {font-size:12px;}
