Thanks, I've just changed it. It's definitely looking better. I tried border effects but I think they're too much for my (almost nonexistent) design skills.
I think you have problems with the mobile navigation now :)
The hover effect makes the background white, however the text is now white too. I would do somethink like: .navigation:hover {
border: 2px solid white;
margin: -2px;
}
And tweak the border-radius/border-color a little bit maybe. The hover effect on the non mobile navigation is fine.