элементу li задать position: relative; к li пределать псевдоэлемент before, ему задать размеры и позиционирование, что то типа того content: '';
width: 20px;
height: 20px;
display: block;
background-image: url("../");
position: absolute;
top: 0;
left: -30px;