I decided to convert my menus to lists, based on all of your comments. I ended up using a background image for the bullet, because I need to support IE6 and 7, so :before or :after wasn't an option. If there was some javascript that made IE6 and IE7 know what :before and :after are, that would be really cool, but I also try not to rely on javascript. I guess the markup isn't too extensive, and I was just being lazy.
Code:
#footer-text ul li{display:inline;padding-right:.1em;}
#footer-text ul li.bull{background:url(/img/theme/original/bullet.gif) no-repeat 0 .4em; padding-left:.9em;}
#footer-text ul li a {color:#fff;text-decoration:none;font-size:108%;font-weight:bold;}
Bookmarks