Spacing between navigation items

For some reasons I’m struggling to find the right selector for making the menu items a bit tighter together, at the moment on my 13" laptop they are breaking over two lines, but there is a lot of space between each menu item.

Any ideas?

http://www.coastaltents.co.uk.gridhosted.co.uk/

Thanks!

A fresh pair of eyes this morning has lead me to, I think, fix this (not tested on responsive devices yet):

/Menu Spacing/
.menu-item {
margin: -8px;
}

Hi Chris,

Yes, that should work (may need to zero out top and bottom margin).

Best,
Billy