.subnav {
	list-style: none;
}
.subnav ul {
	list-style: none;
}
.subnav li {
	list-style: none;
}
.subnav ul {
	margin: 0px 0px 0px 18px; padding: 0px;
}
.subnav {
	margin: 0px; padding: 4px;
}
.subnav > li {
	margin: 4px 0px;
}
.subnav > li li {
	margin: 2px 0px;
}
.subnav a {
	border-radius: 4px; color: rgb(51, 51, 51); text-decoration: none; display: block; -webkit-border-radius: 4px; -moz-border-radius: 4px;
}
.subnav li > a > span {
	padding-left: 0.5em; font-size: 16px; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: dotted; float: right;
}
.subnav li > a:hover > span {
	color: rgb(51, 51, 51);
}
.subnav li > a > span::after {
	font-family: FontAwesome; content: "\f107";
}
.subnav li.open > a > span::after {
	font-family: FontAwesome; content: "\f106";
}
.subnav ul ul {
	border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: dotted;
}
.subnav a:hover {
	color: rgb(51, 51, 51); background-color: rgb(238, 238, 238);
}
.subnav li.active > a {
	color: rgb(51, 51, 51); background-color: rgb(238, 238, 238);
}
.subnav > li.active > a {
	color: rgb(255, 255, 255); background-color: rgb(77, 144, 254);
}
.subnav > li.active > a:hover > span {
	color: rgb(255, 255, 255); background-color: rgb(77, 144, 254);
}
.subnav li a {
	padding: 2px 10px; line-height: 18px; font-size: 12px;
}
.subnav > li > a {
	padding: 4px 10px; line-height: 20px; font-size: 14px;
}