.ezLeftMenu ul {
	padding: 0;
	margin: 0;
	font-size:0;
	list-style-position: inside;
	list-style-type: disc;
}
.ezLeftMenu a, .ezLeftMenu a:hover, .ezLeftMenu a:visited, .ezLeftMenu a:active, .ezLeftMenu a:link {
	outline: 0;
	text-decoration: none;
	display: block;
}

.ezLeftMenu ul.sm li { display:inline-block; list-style: none; padding:25px 0; }
.ezLeftMenu ul li > a { display:block; padding:0 15px; font-size:17px; }
.ezLeftMenu ul li:first-child > a { padding-left:0 }
.ezLeftMenu ul li > a > span { color: #fff; font-weight:400 !important; transition:0.25s all ease }
.ezLeftMenu ul li > a:hover span { color: #b6fa7a }
.ezLeftMenu ul li._on > a > span { color: #b6fa7a; font-weight:600 !important }
.ezLeftMenu ul li._focus > a > span { text-decoration: underline; }

.ezLeftMenu ul.ssm { display: none !important; }

/* Laptop */
@media only screen and (max-width: 1024px) {
	.ezLeftMenu ul li > a { padding:0 20px }
}