.tree, .tree ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	font-size: 13px;
}
.tree {
	padding: 0px;
}

.tree li {
	padding-top:1px;
	padding-bottom:1px;
	white-space: nowrap;
//	height: 22px;
}
.tree ul {
	padding-top:4px;
	background-image: url(../img/tree/28.png);
	background-repeat: repeat-y;
}

.tree ul li {
	margin-left: -20px;
	padding-left:20px;
	background-image: url(../img/tree/286.png);
	background-repeat: no-repeat;
}

.tree ul li span.switch{
	width:44px;
	margin-left:-20px;
	vertical-align:bottom;
}
.tree ul li span.switch img{
	top: -2px;
	position:relative;
//	position:static;
}
.tree ul li span.switch img.icon{
	top:-2px;
	position:relative;
//	position:static;
	vertical-align:middle;
//	vertical-align:top;
}
.tree ul li .icon{
	top:-1px;
	position:relative;
//	position:static;
}
.tree ul li.last, .tree ul li:last-child {
	background-color: #ffffff;
	background-image: url(../img/tree/86.png);
}

.layout2pane {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.frame-pane iframe {
	width: 100%;
	height: 100%;
	border: none;
}
