In this CSS tutorial I go over the List properties. With the list properties you an style the markers with different types or even images.
With list-style-type you can choose the style or marker you want to use for your list. You can use circles, squares etc., or even numbers or letters.
With list-style-image you can choose a image to use as a marker.
With list-style-position you can decide if the marker should appear inside or outside the list item box.
You can also use the list-style shorthand property to set all 3 properties at once on a single line.