CSS menu issue

I know this is unrelated but it looks like you need to add the following style to your #mainmenu li declaration:

list-style-type: none;

At the moment you can see the bullet points to the left of each menu sub-item. Adding the above line will remove that.

Jim :)
 
Back
Top Bottom