.footer { color: #c6c6c6; font-size: 11px; }

/* HEADER */

.headercss {
    width: 100%;
    height: 35px;
    background-color: #dddbd8;
    position: fixed;
    z-index:5;
    border-bottom: 2px solid #6e6a65;
}

.nav {
    width: auto;
    height: 35px;
    background-color: #dddbd8;
    position: relative;
    overflow: hidden;
}

ul {
    list-style-type: none;
    margin: 0;
    padding:0;
    float:left;
    width:100%;
    overflow: hidden;
}


li {
    float: left;
    width:20%;
    min-width: 100px;
    overflow: hidden;
}

.headercss a:link, .headercss a:visited {
    display: block;
    height: 20px;
    font-size: 12px;
    color: #6e6a65;
    border-right: 1px solid #6e6a65;
    background-color: #dddbd8;
    text-align: center;
    text-decoration: none;
    font-family: 'Raleway', Arial;
    letter-spacing: 2pt;
    line-height: 28px;
    overflow: hidden;
        padding: 5px 0 10px 0;
}

.headercss a:hover, .headercss a:active {
    background-color: #fff;
}