I\'m not sure how to build a horizontal list that looks like this:
I just used text-indent to successfully style a bulleted list as follows:
HTML:
Payment Check Direct Deposit
CSS:
ul.horizontal li { list-style-type:disc; float: left; text-indent:-4px; margin-right:16px; }