body {
	background-color: #FFFFFF;
}
.layerMain {
	position: absolute;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.backgroundlayer {
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #666699;
	height: 450px;
	width: 125px;
	z-index: 1;
	max-height: 100%;
}
.tdRootNode {
	color: #FFFFFF;
	height: 18px;
	width: 86%;
	font-size: 100%;
	padding-left: 5px;
}
.tdSubNode {
	font-size: 90%;
	color: #FFFFFF;
	padding-left: 15px;
}
.backgroundlayer2 {
	background-color: #666699;
	position: absolute;
	top: 0px;
	width: 125px;
	height: 100%;
	left: 0px;
	border: 0px none;
	z-index: 0;





}

