	.dhtmlgoodies_tree{
		margin:0px;
		padding:0px;
	}
	.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;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-image: url('');
		background-position: 0px 0px; 
		padding-left: 0px; 
		padding-bottom: 0px; 

	
	}
	.dhtmlgoodies_tree li a{	/* Node links */
		color:#000;
		text-decoration:none;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding-left:2px;
	}
	.lastNodeOpen{
	/*text-decoration: underline;*/
	font-weight: bold;
	/*color: #FF0000;*/
	/*background-image:url(/images/Dorange.gif); */
	/* list-style-image: url(/images/Dorange.gif); */
	
	}
	
