/* CSS Document */
/*收缩状态*/

.fl{ background-image:url(../images/dian.jpg); height:22px; text-indent:27px; line-height:22px;  }
.menu1 {
	background-image: url(../images/zw_r30_c7.jpg);
	background-repeat: no-repeat;
	height: 22px;
	left: 32px;
	padding-left: 32px;
	cursor: hand;
	text-align:left;
}
/*展开状态*/
.menu2 {
	background-image: url(../images/a_1.jpg);
	background-repeat: no-repeat;
	height: 22px;
	left: 32px;
	padding-left: 32px;
	cursor: hand;
	text-align:left;
}
/*最后一个节点收缩状态*/
.menu3 {
	background-image: url(../images/folder3.gif);
	background-repeat: no-repeat;
	height: 17px;
	left: 32px;
	padding-left: 32px;
	cursor: hand;
}
/*最后一个节点展开状态*/
.menu4 {
	background-image: url(../images/folder4.gif);
	background-repeat: no-repeat;
	height: 17px;
	left: 32px;
	padding-left: 32px;
	cursor: hand;
}
/*展开状态*/
.list {
	padding-left: 20px;
	background-image: url(../images/list.gif);
	background-repeat: repeat-y;
}
/*收缩状态*/
.list1 {
	padding-left: 20px;
}
.file {
	background-image: url(../images/file.gif);
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	padding-left: 32px;
}
/*最后一个结点*/
.file1 {
	background-image: url(../images/file1.gif);
	background-repeat: no-repeat;
	height: 16px;
	cursor: hand;
	padding-left: 32px;
}
body {
	font-size:12px;
	color: #000000;
	background-color: #FFFFFF;
}
