.menuParent{
margin: 0px 0px 15px 0px;
width: 294px;
float:left;
}

.menuLeft ul{list-style: none;background-color:#f1f1f1;}
.menuLeft li a {display:block;padding:12px 20px 12px 50px;color:#608791;background-repeat:no-repeat;background-size:0 0}
.menuLeft li a:hover,
.menuLeft li a.sel {background-color:#98e388;color:#406738;}
.menuLeft li a[style*="background-image"] {position:relative;}
.menuLeft li a[style*="background-image"]::before {position:absolute;left:13px;top:13px;content:'';width:20px;height:20px;background-image:inherit;background-size:auto 200%;background-repeat:no-repeat;background-position:0 100%;display:inline-block;filter: grayscale(60%);}
.menuLeft li a[style*="background-image"]:hover::before {background-position:0 100%}