 
/* allow room for 4 columns */ 
.mul { width: 100%; ; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 5px; list-style-image: url(arrow.gif);} 
/* float & allow room for the widest item */ 
.mul li { float: left; width: 18em; } /* stop the float */ 
  br { clear: left; } 
/* separate the list from subsequent markup */ 




