Try removing the red part:

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
display: inline;
white-space: nowrap;
}


If necessary, separate the #navCatTabs from the rest and just remove it from that.