.maingroup {
	position: absolute;
	width: 980px;
	height: 570px;
	overflow: scroll;	
}
.myTreeContainer {
	margin-left : 20px;
}
.maindiv {
	position: relative;
	width: 980px;
	height: 570px;
	overflow: scroll;
}
.relative { position:relative; }
.econode {
	position: absolute;
	text-overflow: clip;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	padding: 2px;
	text-align : center;
	/*width : 216px;
	height : 82px;*/
	width : 236px;
	height : 62px;
	/*width : 283px;
	height : 62px;*/
	line-height: 14px;
}
.econode:hover {
	background-color : #FFFFCC;
	opacity : 0.8;
	filter : alpha(opacity=80);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


a.ecolink:visited {
	text-decoration: none;	
	color: black;
}

a.ecolink:hover {
	text-decoration: underline;
}