    #header ul {
        width: 760px;
/*        background-image: url(../images/style/filler.gif);*/
        background-repeat: repeat;
        padding: 0;
        margin: auto;
    }

    #header ul li {
        float: left;
        list-style-type: none;
        margin: 8px 1px;
        width: 80px;
        display: table;
        }

    #header ul li a:link, #header ul li a:visited {
        background-image: url(../images/style/navBackground.gif);
        background-position: 0 0;
        background-repeat: repeat-x;
        /*display: block;*/
        height: 40px;
        border: 1px #0099ff solid;
        border-right-color: #000099;
        border-bottom-color: #000099;
        padding: 0px 2px 0px 2px;
        color: #ffffff;
        text-decoration: none;
        font-family: helvetica, sans-serif;
        font-size: 0.9em;
        text-transform: uppercase;
        display: table-cell;
        vertical-align: middle;
        }

    #header ul li.red a:link, #header ul li.red a:visited {
        background-image: url(../images/style/navBackgroundRed.gif);
        border: 1px #d23434 solid;
        border-right-color: #902424;
        border-bottom-color: #902424;
    }

    #header ul li a:hover {
        background-position: 0 100%;
        border: 1px #ff9933 solid;
        border-right-color: #ffffff;
        border-bottom-color: #ffffff;
        color: #000000;
    }

    .navSecondRowFirstElement {
        margin-left: 83px;
        margin-top: 0;
    }