UL {
	margin-bottom: 7px;
	padding-bottom : 0px;
	margin-left : 15px;
	text-align : left;
	display : none;
}

UL.root {
	display : block;
	margin-left: 20px;
}

UL.open {
	display : block;
}

UL.closed {
	display : none;
}

LI {
	margin-left : 0px;
	text-align : left;	
	cursor : default;
	list-style : none none;
}

LI.open {
	cursor : hand;
	list-style-image : url(minus.gif);
}

LI.closed {
	cursor : hand;
	list-style-image : url(plus.gif);
}


