/*
	p{
		font-family:arial;
	}

	
	a{
		color:#000;
		font-family:arial;
		font-size:0.8em;
	}

*/
	
	.testimonies_tree{
/*	margin:0px; */
/*	padding:0px; */
	}

	.testimonies_tree img{
		border: 0px;
	}

	.testimonies_tree ul{	/* Sub menu groups */
		margin-left:5px;	/* Left spacing */
		padding-left:0px;
		display:none;	/* Initially hide sub nodes */
	}
	.testimonies_tree li{	/* Nodes */
		list-style-type:none;
		vertical-align:middle;
		
	}
	.testimonies_tree li a{	/* Node links */
		color:#339999;
		text-decoration:none;
		/*font-family:arial;*/
		/*font-size:0.8em;*/
		padding-left:2px;
	}