.menutree {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	white-space: nowrap;	
	position: absolute;
top: 128px;
bottom: 0; 
left: 0;
width: 222px; /*Width of frame div*/
height: 600px;
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background-image:url(../resource/images/home/leftmenu.gif);
	
	
	
}
.menutree img {
	border: 0px;
	vertical-align: middle;
	text-align:left;	
	height:11px;
	width:10px;
	
}
.menutree a {
	color: #333333;
	text-decoration: none;	
	height:500px;
}
.menutree a.node, .menutree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.menutree a.node:hover, .menutree a.nodeSel:hover {
	color: #333333;
	text-decoration: underline;
}
.menutree a.nodeSel {
	background-color: #c0d2ec;
}
.menutree .clip {
	overflow: hidden;
}