.FoldingCategoryList {
	list-style: none;
	font-size: 12px;
	font-family: "Microsoft Sans Serif";
}
.FoldingCategoryList ul {
	list-style: none;
	margin-left: 20px;
	font-style: normal;
}
.FoldingCategoryList li{
	margin: 5px 0;
}
.nodeLevel0 li.haschildren a, .nodeLevel0 li.nochildren a{
	background: none;
	font-weight: bold;
	padding: 0;
}
.nodeLevel1 a{
	font-weight: normal;
}

.nodeLevel1 li a{
	padding-left: 15px;
	font-weight: normal;
}
.nodeLevel1 li.selected {
	font-weight: normal;
}
.nodeLevel1 li.haschildren, .nodeLevel1 li.nochildren{
	font-weight: normal;
}

.nodeLevel1 li.haschildren a{
	background: url(images/more.png) no-repeat 0 3px;
	padding-left: 15px;
	font-weight: normal;
}
.nodeLevel1 li.nochildren a{
	background: url(images/folder.gif) no-repeat 0 3px;
	padding-left: 15px;
	font-weight: normal;
}
.FoldingCategoryList li.selected{
	color: #333;
	font-weight: bold;
	font-style: italic;
}