
#tree_holder {
width:inherit;
float:left;
text-align: left;
margin-bottom:25px;
}

/*set this menu up standard non styled elements */

.menu {

	}
	
.menu a {
		
	}

.menu,
.menu ul {
		
	}
	
.menu li {
		
	}
.menu a {
	}
	
/*start styling list elements ul and then li events like a hover a active a focus and out can be altered here */
/*make images appear on mouse event */	
.menu a:hover,
.menu a:focus
{}

/*make images stay on mouse event */
	.menu a:active {}


/*start styling second set of ul items */
	.menu ul li { }
	.menu ul a {}
	.menu ul a:hover, 
	.menu ul a:focus {}
	.menu ul a:active{  }

/*declare wtf hidden menas */
	.hidden {}

/*more than two start expanding code here we will need a larger tree to test*/

    .menu ul li ul{  }

    .menu ul li a {}	


ul li {
	
}

