Ho provato anche una cosa del genere:

.top10users .top {
background-image: url('../img/bar_tot.png'), url('../img/bar_tot_right.png'), url('../img/bar_tot_left.png');
background-repeat: repeat-x, no-repeat, no-repeat;
background-position: top left, top right, top left;
height: 21px;
}

ma se scrivo questo codice non compare nulla come barra.