.treemenu {
	margin : 0px 10px;
	padding : 10px;
	list-style : none;
	width : 200px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.treemenu UL {
	list-style : none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;

}

.treemenu .treeopen {
	background-image : url('homeschool/open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('homeschool/closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}
