@charset "utf-8";
.navSubtree .h1s {
	background-color: #63be96;
	font-size: 130%;
	color: #fff;
	position: relative;
	z-index: 200;
	padding: 9px 10px;
	margin: 0;
	border-radius: 5px 5px 0 0;
	background: rgb(35,41,78);
	background: -moz-linear-gradient(45deg, rgba(35,41,78,1) 0%, rgba(75,85,115,1) 100%);
	background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(35,41,78,1)), color-stop(100%,rgba(75,85,115,1)));
	background: -webkit-linear-gradient(45deg, rgba(35,41,78,1) 0%,rgba(75,85,115,1) 100%);
	background: -o-linear-gradient(45deg, rgba(35,41,78,1) 0%,rgba(75,85,115,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(35,41,78,1) 0%,rgba(75,85,115,1) 100%);
	background: linear-gradient(45deg, rgba(35,41,78,1) 0%,rgba(75,85,115,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#23294e', endColorstr='#4b5573',GradientType=1 );
}
.navSubtree .h1s:before {
		content: '';
		position: absolute;
		bottom: -13px;
		left: 8px;
		width: 0px;
		height: 0px;
		-webkit-transform:rotate(360deg);
		border-style: solid;
		border-width: 13px 13px 0 13px;
		border-color: rgb(35,41,78) transparent transparent transparent;
}
	
.navSubtree {
	border-radius: 5px;
	background: -moz-linear-gradient(-45deg, rgba(233,234,238,1) 0%, rgba(233,234,238,0) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(233,234,238,1)), color-stop(100%,rgba(233,234,238,0)));
	background: -webkit-linear-gradient(-45deg, rgba(233,234,238,1) 0%,rgba(233,234,238,0) 100%);
	background: -o-linear-gradient(-45deg, rgba(233,234,238,1) 0%,rgba(233,234,238,0) 100%);
	background: -ms-linear-gradient(-45deg, rgba(233,234,238,1) 0%,rgba(233,234,238,0) 100%);
	background: linear-gradient(135deg, rgba(233,234,238,1) 0%,rgba(233,234,238,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9eaee', endColorstr='#00e9eaee',GradientType=1 );
}
.navSubtree .body {
	padding: 15px 10px 5px;
}
.navSubtree a {
	text-decoration: none;
	padding: 3px 0;
	position: relative;
	display: block;
}
.navSubtree a.selected {
	font-weight: bold;
	text-decoration: underline;
}
.navSubtree a.selected:before {
	background: rgb(205,18,23);
	transform: rotate(-45deg);
	border-radius: 0;
}
.navSubtree .sub {
	margin-left: 15px;
}
.navSubtree .sub a:before {
	content: '';
	position: absolute;
	margin-left: -12px;
	margin-top: 6px;
	background: #63be96;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}

.navSubtree div.separator {
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.navSubtree span.separator {
	padding: 10px 0 5px 10px ;
}
/*
.navSubtree a.base { padding-left: 25px; }
.navSubtree a.pitch1 { padding-left: 38px; }
.navSubtree a.pitch2 { padding-left: 51px; }
.navSubtree a.pitch3 { padding-left: 64px; }
.navSubtree a.pitch4 { padding-left: 77px; }
.navSubtree a.pitch5 { padding-left: 90px; }
*/
.navSubtree .icon {
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
}


@media all and (max-width: 800px) {
	.navSubtree {display: none;}
}
