	.dhtmlgoodies_tree ul{	/* Sub menu groups */
		margin-left:20px;	/* Left spacing */
		padding-left:0px;
		/*display:none;*/	/* Initially hide sub nodes */
	}
	.dhtmlgoodies_tree li{	/* Nodes */
		list-style-type:none;
		vertical-align:middle;
		
	}
	.dhtmlgoodies_tree li a{	/* Node links */
		color: #0074BE;
		text-decoration: none;
		font-family: arial;
		font-weight: bold;
		font-size: 90%;
		padding-left: 2px;
	}
