
	.tree{
	font-size:10px;
		margin:0px;
		padding:0px;
		text-transform: uppercase;
		font-weight:bold;
	}
	.tree ul{	/* Sub menu groups */
		margin-left:10px;	/* Left spacing */
		padding-left:0px;
		
		display:none;	/* Initially hide sub nodes */
	}
	.tree li{	/* Nodes */
		list-style-type:none;
		vertical-align:top;
		
	}
	.tree li a{	/* Node links */
		
		text-decoration:none;
		color:#efeced;
		
		padding-left:0px;
	}
	
	
		.tree li a:hover{	/* Node links */
		
		text-decoration:none;
		color:#efeced;
		
		
		padding-left:2px;
	}