Quote Originally Posted by MeltDown View Post
I would like to add a Contact Us link to the navMain menu. However, the addition of another link forces the generation of a second line of text which then pushes the header down - Visually not so nice.

I reduced the font size of the navMain menu but the second line is generated nonetheless.

I could probably achieve the desired result by deactivating the search header but would prefer not to. The link to this customer site can be found here.

Thanks for any suggestions you may have.
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;
}