.TreeMenu {
	padding-top:25px;
	background-image:url(nl_01.gif);
	background-repeat:repeat-x;
	width:130px;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom:1px solid #CCCCCC;
	margin:0px;
}
.TreeMenu img.s {
	cursor:hand;
}
.TreeMenu ul {
	padding:0;
	font-size:14px;
	list-style:none;
}
.TreeMenu li {
	font-size:14px;
	line-height:29px;
	padding-left:1em;
	background:url(nl_02.gif) repeat-x;
}
.TreeMenu li ul{ display:none;}
 
.TreeMenu .Opened{background:url(nl_03.gif) repeat-x;}
.TreeMenu .Opened ul{ display:block; margin:0; padding:0; list-style:inside disc; margin-left:-1em;}
.TreeMenu .Opened li{ background:#fafafa; line-height:1.5em; border-top:1px dotted #ccc;}
.TreeMenu .Opened li.sel{background-color:#FEEACF;}
