PHP Code:
#navMain ul, #navSupp ul, #navCatTabs ul  {
    
margin0;
    
padding:  0.5em 0em;
    list-
style-typenone;
    
text-aligncenter;
    
line-height1.5em;
    } 
This is causing your links to be centered. Change to float:left;

When I delete the .style1 { float: right; } in Edit CSS, it all moves left but stays on the next line.