.template_sidebar {

}

.template_sidebar ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.template_sidebar>ul>li>a {
	display: block;
	padding: 8px 15px;
	font-size: 14px;
	line-height: 30px;
	font-weight: 500;
	color: #fff;
	background: #4a99fe;
	border-bottom: 1px solid #8bbcfc;
	text-transform: uppercase;
}

.template_sidebar>ul>li>a:hover,
.template_sidebar>ul>li>a:active,
.template_sidebar>ul>li>a:focus,
.template_sidebar>ul>li.active>a {
	background: #316ec2;
	background: linear-gradient(to right, #3b7acc, #4a99fe);
}