
.trigger{
	cursor: pointer;
	cursor: hand;
	display: block;
}
.branchTop{
	display: block;
	margin-left: 25px;
}
.branch{
	display: none;
	margin-left: 25px;
}
a.tree{
	text-decoration: none;
}
a.tree:hover{
	text-decoration: underline;
}
a.chapterTree{
	text-decoration: none;
	color:Black;
	font-size:10pt;
	font-weight:bold;
}
a.chapterTree:hover{
	text-decoration: underline;
	color:Black;
	font-size:10pt;
	font-weight:bold;
}
