@charset "UTF-8";
.tree {
	color: #01345F;
}

.tree li, .tree li>a, .tree li>span {
	padding: 4pt;
	border-radius: 4px;
}

.tree li a {
	color: #01345F;
	text-decoration: none;
	line-height: 15pt;
	border-radius: 4px;
	
}

.tree li a:hover {
	background-color: #01345F;
	color: #fff;
}
