Ive never done a css dropdown before, but I think the basics are ok. I am making this new menu to replace the current one on my site, I just cant get the new menu to space out evenly like the current one does.
Images to illustrate....
This is how I want the new 'suckerfish' menu to look..
try not setting the width on the #nav li or #nav a, just let the width be automatic for the li and then just display: block for the a. you also have the padding-right on the li.