Once again, my apologies. Not my greatest week. The position: relative;
here is causing the issue.
#navMenu li {
background-color: gray;
float: left;
list-style: none outside none;
margin: 0;
padding: 0;
position: relative;
}
You could try removing it and using a width with an em unit. I'm just out of creative, or any for that matter, solutions right now. If I think of anything I'll let you know.
Regards
Arkinder