#navigationsleiste {
        position: fixed;
        z-index: 55;
        top: 0px;
        left: 121px;
}

#nav {
        position: relative;
        z-index: 55;
        left: 0px;
        top: 0px;
        width: 780px;
}

#nav a {
        color: #000000;
        background-color: #999999;
        text-decoration: none;
}

#nav a:hover {
        color: #ffffff;
        background-color: #000000;
        text-decoration: none;
}

#men1, #men2, #men3, #men4, #men5, #men6 {
        position: relative;
        z-index: 55;
        width: 116px;
        border: 1px solid #ffffff;
        border-right: none;
        float: left;
        padding-left: 4px;
        padding-top: 3px;
        padding-bottom: 4px;
}

#men6 {
        border: 1px solid #ffffff;
}