.fix li {
background-repeat: no-repeat;
float: right;
padding: 0px 9px 0px 19px;
list-style-type: none;
}
şu şekilde değiştirmen yeterli:
.fix li {
background-repeat: no-repeat;
float: left;
padding: 0px 9px 0px 19px;
list-style-type: none;
}