Thank you very much - it works!

I just added your suggested line such that it resulted in the following:
Code:
#navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
        margin: 0em;
        margin-top: 0.5em;
        background-color: #abbbd3;
        background-image: url(../images/tile_back.gif);
        padding: 0.5em 0.2em;
        font-weight: bold;
        color: #ccffff;
        height: 1%;
        }
I don't know what you meant by nesting (I don't see #navSuppWrapper nested in this file, stylesheet.css), but the above change provides an acceptable result for me (although it adds the same spacing at the top bar (header), too.

Daniel