Looked at the changes you made to this stylesheet and from what I can determine this change you made is the culprit and if you change it bak to what follows you will be ok.
Code:
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
margin: 0em;
background-color: #6a328f;
font-weight: bold;
color: #ffffff;
height: 22px;
width: 779px;
}
Change back to:
Code:
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
margin: 0em;
background-color: #6a328f;
font-weight: bold;
color: #ffffff;
height: 1%;
width: 100%;
}
As the navMain is contained inside of mainWrapper you want this to be 100% of the width of the containing wrapper and you have set the mainWrapper to 779px