li {
  display : inline;
  /* The next rule is for Netscape 4 only; the comment hack sees to it that only Netscape 4 sees it.  Hides the bullets (because N4 only applies the rule to the actual bullet, not the LI content) and still gives something of the inline effect you get in newer browsers. */
  /*/*//*/ 
  display : none;
   /* */
}
