You have to specify a width to “.nav”, and a width not in percentage. For example :
.nav {
width:820px; /* <– here */
margin:0 auto;
list-style:none;
font-family:Tahoma, Arial, Helvetica, sans-serif;
text-align:left;
}
But is it a wordpress issue ?… ??