	
	.dhtmlgoodies_tree{
		margin:0px;
		padding:0px;
	}
	.dhtmlgoodies_tree ul{	/* Sub menu groups */
		/* margin-left:20px;	Left spacing */
		padding-left:30px;
		display:none;	/* Initially hide sub nodes */
		padding-top:4px;
	}
	.dhtmlgoodies_tree li{	/* Nodes */
		list-style-type:none;
		vertical-align:middle;
		padding:4px;
		
		
		
		
	}
	.dhtmlgoodies_tree li a{	/* Node links */
		color:#666666;
		font-size:11px;
		letter-spacing:0.05em;
		text-decoration:none;
		padding-left:5px;
	}
	.dhtmlgoodies_tree a:hover{	/* Node links */
		color:#C50303;
		font-size:11px;
		letter-spacing:0.05em;
		text-decoration:none;
		padding-left:5px;
	}