You might want to change the height from 1% to say 30px:
Try it and see how it works.Code:#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper { margin: 0em; background-color: #C00000; font-weight: bold; color: #ffffff; height: 30px; width: 100%; border: 1px solid #9a9a9a } #navMain2Wrapper { margin: 0em; background-color: #C00000; font-weight: bold; color: #ffffff; height: 30px; width: 100%; border: 1px solid #9a9a9a }



