/* CSS Document */
/*收缩状态*/
.menu1 {
	background-image: url(3.gif);
	background-repeat: no-repeat;
	height: 26px;
	left: 22px;
	padding-left: 18px;
	cursor: hand;
}
/*展开状态*/
.menu2 {
	background-image: url(3.gif);
	background-repeat: no-repeat;
	height: 26px;
	left: 22px;
	padding-left: 18px;
	cursor: hand;
}
/*最后一个节点收缩状态*/
.menu3 {
	background-image: url(3.gif);
	background-repeat: no-repeat;
	height: 26px;
	left: 22px;
	padding-left: 18px;
	cursor: hand;
}
/*最后一个节点展开状态*/
.menu4 {
	background-image: url(3.gif);
	background-repeat: no-repeat;
	height: 26px;
	left: 22px;
	padding-left: 18px;
	cursor: hand;
}
/*展开状态*/
.list {
	padding-left: 11px;
	background-repeat: repeat-y;
}
/*收缩状态*/
.list1 {
	padding-left: 11px;
}
.file {
	background-image: url(5.gif);
	background-repeat: no-repeat;
	height: 26px;
	cursor: hand;
	padding-left: 18px;
}
/*最后一个结点*/
.file1 {
	background-image: url(5.gif);
	background-repeat: no-repeat;
	height: 26px;
	cursor: hand;
	padding-left: 18px;
}
body {
	font-size: 9pt;
	color: #000000;
	background-color: #FFFFFF;
}
a:link {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-size: 9pt;
	color: #0000FF;
	text-decoration: none;
	right: 1px;
	bottom: 1px;
}
a:active {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}

