like Liam said, you need to edit the HTML of the menu and add a class or id to each menu item, like they did in the picture you posted. Then you can target it with CSS.
On Aug 14, 10:58 am, Stockypotty <andy_stoc...@hotmail.com> wrote: > Yeah as you can see in this picture: > > http://i236.photobucket.com/albums/ff288/paramore_020/quizilla.jpg > > They have a seperate ID for each menu, which allows them to have a > separate CSS style for each one. > > Do you know how I can give each menu on suckerfish it's own CSS style > section? > > I think I need to add in my css page something like > > div.52 { > > background-image: URL(whateveritis) > > } > > Or somethign along those lines. > > Thanks!