.Node {
    margin-left: 18px;
    zoom: 1; 
}
 
.IsRoot {
    margin-left: 0;
}
.Expand {
	border-bottom:1px dashed #336699;
	/*text-decoration:underline;*/
	margin:0 1em 0 0.5em;
	padding-left: 0.2em;
	color:#336699;
    /*width: 18px;
    height: 18px;
    float: left;
    position: relative;
    top:1px;
    margin-right:0.3em;    */
}
.Here {font-weight:bold; color:#79B1D4;} 
.ExpandOpen .Expand {  
   /* background-image: url(/img/minus.gif);   */
}
.ExpandClosed .Expand {
    /*background-image: url(/img/plus.gif);*/
}
.ExpandLeaf .Expand {
    /*background-image: url(/img/leaf.gif);*/
}

.ExpandOpen ul {
    display: block;
}
 
.ExpandClosed ul {
    display: none;
}
.ExpandOpen .Expand, .ExpandClosed .Expand {
    cursor: pointer;
}
 
.ExpandLeaf .Expand {
    cursor: auto; 
}

.IsRoot { margin-left: 0; }

