	p{
		font-family:arial;
		
	}

	a:hover{
		text-decoration:underline;
	}
	.dhtmlgoodies_tree{
		margin:0px;
		padding:0px;
/*		background-image:url('../../images/menu-tree/bg-background-tree.jpg');*/
	}
	.dhtmlgoodies_tree ul{	/* Sub menu groups */
		margin-left:20px;	/* Left spacing */
		padding-left:0px;
		display:none;	/* Initially hide sub nodes */

                
                
	}
	.dhtmlgoodies_tree li{	/* Nodes */
		/*margin-top:2px;*/	/* Left spacing */
		list-style-type:none;
		vertical-align:middle;
                border-top: solid 1px White ;
                /*height:23px;*/
	}
	.dhtmlgoodies_tree li a{	/* Node links */
		color:#666666;
		font-weight: normal;
		text-decoration:none;
		font-size:12px;
		padding-left:2px;
		font-family: Arial, Helvetica, sans-serif;
		line-height:23px;
	}
	.dhtmlgoodies_tree li a:hover{	/* Node links */
		text-decoration:underline;
	}

