	/*p{
		font-family:arial;
		
	}
	a{
		color:#000;
		font-family:arial;
		font-size:0.8em;
	}
	*/
	.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;
		
		border-bottom:1px dashed #cccccc;
		padding-bottom:5px;
		margin-bottom:5px;
	}
	
	.dhtmlgoodies_tree li:last-child{
		border-bottom:none;
		padding-bottom:none;
		margin-bottom:0px;
	}
	
	.dhtmlgoodies_tree li a{	/* Node links */
		color:#000;
		text-decoration:none;
		font-family:verdana;
		font-size:11px;
		padding-left:2px;
	}
