If you take a look at this site here:
http://tinyurl.com/cu6m5t6
Notice the top menu (home, bikes, my account, etc).
Those are basically just .png images in a <ul>
However, I would like to space those images out horizontally, so the menu should take up about 50% of the width of that entire bar.
Is there a simple way to do this in CSS, or should I just recreate the images themselves with wider dimensions to space it out?
Thanks!