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;



Reply With Quote
