
 /* 根ul */
.lightTreeview {
	list-style: none;
	overflow:hidden;
	color:#000;
}
.lightTreeview a{ color:#5D5D5F; text-decoration:none;}
.lightTreeview a:hover{ color: #5D5D5F; 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;}
/* 所有的li */

.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:14px;
	white-space:nowrap; text-align:right;
	color:#5D5D5F;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis; width:178px; padding-left:20px; height:31px;
	overflow: hidden; background-image:url(../images/list_t.gif); background-repeat:no-repeat;
}

.treeview-folder {
padding-right:10px; line-height:23px; width:163px;
	white-space:nowrap;  text-align:right;
	text-overflow:ellipsis; 
	-o-text-overflow:ellipsis;  color:#5D5D5F;
	overflow: hidden;
}
.treeview-folder a {color:#5D5D5F; text-decoration:none;}
.treeview-folder a:hover {color:red;text-decoration:none;}

.treeview-file a:link,a:visited {color:#5D5D5F;font-size:14px;}
.treeview-file a:hover{color:#E67918;font-size:14px;}
.treeview-folder a {font-size:12px;}
