	.dhtmlgoodies_tree{
		margin:0px;
		padding:0px;
	}
	
	.dhtmlgoodies_tree ul{	/* Sub menu groups */
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		margin-left:10px;	/* Left spacing */
		padding-left:0px;
		display:none;	/* Initially hide sub nodes */
	}
	
	.dhtmlgoodies_tree li{	/* Nodes */
		list-style-type:none;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	.dhtmlgoodies_tree li a{	/* Node links */
		color:#000;
		text-decoration:none;
		font-size:0.8em;
		padding-left:2px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		position:relative;
		top:-3px;
	}
	
	.dhtmlgoodies_tree_links{	/* Node links */
		color:#000;
		text-decoration:none;
		font-size:9pt;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		position:relative;
	}
		
	.dhtmlgoodies_tree_bigsize {
		border:0px solid #FFF;
		font-size:10pt;
		color:#FFF;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-weight:normal;
		position:relative;
	}