.treenode {
	margin : 0px;
	padding : 5px 5px 3px 10px;
	width : 99%;
	list-style-image: none;
	list-style-type: none;
}

.treenode UL {
	list-style : none;
	margin : 0px;
	padding : 0px 0px 3px 10px;
	font-size: 95%;
}

.treenode LI {
	display : inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-left: 0px;
	list-style-position: inside;
}

.treenode A {
	padding-left : 10px;
	text-decoration : none;
}

.treenode .treeopen {
	background-image : url('/open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treenode .treeclosed {
	background-image : url('/closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}