Align bullet

I used this code to make my custom bullets


<UL STYLE="list-style-image: url(redball.gif)">
   <LI>Bullet 1</LI> 
   <LI>Bullet 2</LI>
</UL>

But the bullets are not aligning to the middle of each list item. How do I do that?