Add to bottom of styles.css:
CSS:
nav ul#nav {
display: table;
width: 100%;
}
nav ul#nav > li {
display: table-cell;
float: none;
text-align: right;
}
nav ul#nav > li li {
text-align: left;
}
If you want things to be pixel perfect, learn to code CSS.