The basic list has four "hooks" that can be used to apply styles. None
of the samples use more than two hooks - an overall hook and an active
hook.
2.Simple
vertical list with square bullets Use list-style-type: square
to change the bullets to squares.
3.Simple
vertical list with circle bullets Use list-style-type: circle;
to change the bullets to circles.
4.Simple
vertical slidetabsmenu HTML The
basic vertical menu with context
5.Simple
vertical separators menu
6.Vertical
menu with background images for bullets.
Use background-image: url(pics/arrow.gif) to
add images to the background of each list item. Use padding to shift
the content so that it does not overlap the background image.