#topicNavList {
	background: none;
	list-style: none;
	margin: 0;
	overflow: visible !important;
	padding: 0;
}

.topicToggler {
	overflow: visible !important;
}

#topicNavList > li {
	border-bottom: 1px solid #d3cdc4;
	cursor: pointer;
	display: block;
	padding: 0 0 0 15px;

}

	#topicNavList > li:last-of-type {
		border-bottom: none;
	}

#topicNavList > li > a {
	display: block;
	height: 100%;
	padding: 5px 0;
	text-decoration: none;
}

#topicNavList > li > a:hover {
	background: #3F6C3D;
	color: #fff !important;
	text-decoration: none;
}

#topicNavList > li.navArrow {
	padding: 0 0 0 15px;
	position: relative;
}

#topicNavList > li.navArrow:before {
	position: absolute;
	font-family: 'Font Awesome 5 Pro';
	content: '\f104';
	color: #244922;
	font-size: 1.3em;
	left: 0px;
	top: .2em;
}

#topicNavList > li.navArrow:hover:before {
	color: #fff;
}

	#topicNavList > li.navArrow:hover a {
		color: #fff;
	}

#topicNavList li:hover {
	background: #3F6C3D; 
}

#topicNavList li:hover a {
	border-bottom: 0;
	color: #fff; 
}

#topicNavList > li.navArrow ul {
	background: #3F6C3D;
	border-top: 0px solid #3F6C3D;
	left: -1000em;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 250px;
}

#topicNavList > li.navArrow ul li {
	border-bottom: 1px solid #3F6C3D;
	border-left: 1px solid #3F6C3D;
	border-right: 1px solid #3F6C3D;
	display: block;
	padding: 0;
}

#topicNavList > li.navArrow ul li a {
	background-color: #3F6C3D;
	color: #fff;
	display: block;
	padding: 4px;
	text-decoration: none;
}

#topicNavList > li.navArrow ul li a:hover {
	background: #244922;
	border-bottom: 0;
	color: #ffffff;
}

#topicNavList > li.navArrow:hover ul {
	left: -250px;
	top: 0px;
	z-index: 20;
}

.navSelected {
	background: #fff;
	padding: 0 0 1px;
}

.navSelected > a {
	border-bottom: 1px solid #999999;
}

.navSelected > ul {
	background: none repeat scroll 0 0 #FFF;
	list-style: none outside none;
	margin: 10px 13px;
	padding: 10px 15px;
/*    border: 1px solid #999999;*/
}

.navSelected > ul > li {
	border-bottom: 1px solid #999999;
	padding: 3px;
}
