Topic: Dividers between list items

On horizontal lists, such as for navigation menus, how are sites such as HSBC.co.uk and http://www.commbank.com.au/corporate/ getting those dividers (vertical white lines) between each item. they are clearly images but ive gone through them with firebug and can't find them.

it's something id really like to apply but it seems like a dumb question to ask. im asking it anyway as it's doing my head in!

Re: Dividers between list items

Looks like just borders to me. Simply, float the li/a left and put a border on the a. You can adjust the height of the border by manipulating the height/line-height of the a.

Re: Dividers between list items

see i told u it was a dumb question. thanks a lot mate