@charset "utf-8";

.navSubtree .h2s {
	color: #5f7bb2;
	font-size: 24px;
	
}

.navSubtree a {
	text-decoration: none;
	padding: 5px 0;
	position: relative;
	color: #000;
}
.navSubtree .open.base {
	background: #e1e1e1;
}
.navSubtree a.open.base:before {
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	background: #5f7bb2;
	bottom: -5px;
	transform: rotate(45deg);
}

.navSubtree a.base, .navSubtree a.open.base {
	background: #5f7bb2;
	color: rgba(255, 255, 255, .8);
	border-bottom: 1px solid #E1E1E1;
}
.navSubtree a.selected:before {
	background: #5f7bb2;
	content: '';
	position: absolute;
	top: 0em;
	left: 0px;
	width: 5px;
	height: 100%;
}

.navSubtree a.base {
	padding-left: 18px;
	display: block;
}
.navSubtree a.base:hover,
.navSubtree a.base.open,
.navSubtree a.base.selected {
	color: #fff;
	text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.navSubtree a.sub {
	display: block;
	padding-left: 30px;
	color: #5f7bb2;
}
.navSubtree a.selected.sub {
	color: #000;
}
.navSubtree a.sub:hover:before {
		background: #5f7bb2;
	content: '';
	position: absolute;
	top: 0em;
	left: 0px;
	width: 5px;
	height: 100%;
}
@media all and (max-width: 700px) {
	.navSubtree {
		display: none;
	}
}

@media all and (max-width: 600px) {
	.navSubtree div.base {
		background: rgb(69,75,81); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(69,75,81,1) 0%, rgba(56,61,66,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,75,81,1)), color-stop(100%,rgba(56,61,66,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(69,75,81,1) 0%,rgba(56,61,66,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(69,75,81,1) 0%,rgba(56,61,66,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(69,75,81,1) 0%,rgba(56,61,66,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(69,75,81,1) 0%,rgba(56,61,66,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454b51', endColorstr='#383d42',GradientType=0 ); /* IE6-9 */
	}
	.navSubtree div.base:hover {
		background: rgb(125,126,125); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	}
	.navSubtree div.base.open,
	.navSubtree div.base.selected,
	.navSubtree div.sub {
		background: rgb(214,170,65); /* Old browsers */
		background: -moz-linear-gradient(top,  rgba(214,170,65,1) 21%, rgba(241,218,54,1) 69%, rgba(242,192,75,1) 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(21%,rgba(214,170,65,1)), color-stop(69%,rgba(241,218,54,1)), color-stop(100%,rgba(242,192,75,1))); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  rgba(214,170,65,1) 21%,rgba(241,218,54,1) 69%,rgba(242,192,75,1) 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  rgba(214,170,65,1) 21%,rgba(241,218,54,1) 69%,rgba(242,192,75,1) 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  rgba(214,170,65,1) 21%,rgba(241,218,54,1) 69%,rgba(242,192,75,1) 100%); /* IE10+ */
		background: linear-gradient(to bottom,  rgba(214,170,65,1) 21%,rgba(241,218,54,1) 69%,rgba(242,192,75,1) 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6aa41', endColorstr='#f2c04b',GradientType=0 ); /* IE6-9 */
	}
	.navSubtree a.base { color: #fff; margin-left: 10px; }
	.navSubtree div.sub { margin: 0; padding-left: 28px; }
	.navSubtree a.sub,
	.navSubtree a.selected,
	.navSubtree a.open { color: #000; }
	.navSubtree a:hover { color: #fff; }
}
