﻿.MenuWrap {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 10px 0;
    box-sizing: border-box;
}

.MenuWrap UL {
    list-style-type: none;
    width: 100%;
    display: table;
}

.MenuWrap LI {
    display: table-cell;
    text-align: center;
    width: calc(960px / 7);
    padding-bottom: 3px;
    padding-top: 6px;
    background: none;
    text-shadow: none;
    box-sizing: border-box;
}


.MenuElemente {

}

.MenuElemente A {
    font-size: 12px;
    color: #777;
    width: 100%;
    text-transform: uppercase;
}

.MenuElemente LI:hover {
    border-bottom: 2px solid #777;
    box-sizing: border-box;
}

.MenuElemente LI:hover a {
    
}

 