Quote Originally Posted by BarryMcQ View Post
Hi,

Yes you are correct :-)
I should have just loaded it up instead of trying to figure it out!

I'm well on my way to finishing now thanks.

Do have one question though.
One of the top categories wraps over two lines, which is fine but it means that all the other items in the menu have separator lines that only go halfway through the menu.

You can see it here:
http://www.plantationgroup.co.nz
You would probably be better off switching from a percentage for each item, to a left and right padding for each item.

Remove:
width:16.667%;
*width:16.649%;

from #dropMenu li

and then change the padding for div#dropMenu li a to something like this:
padding: .6em 1.7em;