.treemenu {
	margin : 0px 0px;
	padding : 0px;
	list-style : none;	
	background-color : #ffffc0;
	border : 0px solid #000;
	width : 110px;
}

.treemenu UL {
	list-style : none;
	margin : 0px 0px;
	padding : 0px 0px;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;

}

.treemenu .treeopen {
	background-image : url('http://www.marcuslewisdaycamp.com/harvard/images/open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('http://www.marcuslewisdaycamp.com/harvard/images/closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}