.subnav a {
    display: block;
    padding: 10px 10px 10px 40px;
    margin-bottom: 4px;
	color: #333;
    border-radius: 3px;
    -webkit-transition: All 0.1s ease;
    transition: All 0.1s ease;
	
}

.subnav a:hover, .subnav a.active {
    background: rgb(248, 248, 248);
	    color: var(--accentColor);
}
