Hello Tom,
Take a look around line 374 in your css file or search for “.menu a” and change the padding to this –
`.menu a {
color: #a80202;
display: block;
font-size: 17px;
font-weight: normal;
padding: 10px 20px;
position: relative;
text-decoration: none;
text-shadow: 2px 2px 2px #000;
}`
You can adjust it if you need to, but I set it to 10px top and bottom and then 20px left and right which will make both sides equal and the top and bottom equal.
Let me know if that works for you.