Using a combination of background and padding styles to modify the way list image styles are applied.
li {
background: url("images/bullet.gif") no-repeat left top;
padding: 3px 0px 3px 10px;
/* reset styles (optional): */ list-style: none;
margin: 0;
}