@charset "utf-8";

.navSubtree a {
	text-decoration: none;
	padding: 3px 0;
	position: relative;
}
.navSubtree a:before {
	content: '';
	position: absolute;
	top: .7em;
	left: 5px;
	width: 6px;
	height: 6px;
	border-radius: 2px;
	background: #2a5fad;
}

.navSubtree a.selected:before {
	background: #d80000;
}

.navSubtree a.base {
	padding-left: 18px;
	display: block;
}


.navSubtree div.sub {
	margin-left: 15px;
}

.navSubtree a.sub {
	display: block;
	padding-left: 15px;
}