Quote Originally Posted by JTheed View Post
Try lowering the right side padding here in your stylesheet.css and if you have to, the width:
Code:
#navMain a span {
cursor:pointer;
display:block;
float:left;
padding:7px 15px 10px;
text-align:center;
width:90px;
}
But of course...! Things always seem so obvious once someone else points it out

Thanks for taking the time to help me out!