This is causing your links to be centered. Change to float:left;PHP Code:#navMain ul, #navSupp ul, #navCatTabs ul {
margin: 0;
padding: 0.5em 0em;
list-style-type: none;
text-align: center;
line-height: 1.5em;
}
When I delete the .style1 { float: right; } in Edit CSS, it all moves left but stays on the next line.



