
.treemenu {
	margin : 0px 0px;
	padding : 10px;
	list-style : none;
		text-decoration : bold;
}

.treenode {
	text-decoration : bold;
}
.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu LI {
	display:block;
	text-indent:10px;
	line-height:20px;
	background:#F7F7F7;
	color:#000000;
}

.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;

}

