/*.menu_links {
    background: url(../image/footer.png) 
    #888888;
}*/


.menu_links {
    width: 100%;
    overflow: hidden;
    padding: 0;
    height: 42px;
    line-height: 38px;
    box-shadow: inset 0 0px 0 rgba(255, 255, 255, .5); 
    border: solid 0px rgba(0, 0, 0, .1);
    border-top: none;
    border-radius: 9px;
}


/*#menu .nav {
    background: url(../image/footer.png) 
}*/

#menu .nav {
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    z-index: 9999;
    width: 100%;
    margin: 0;
    top: 40px;
    border: solid 0px rgba(0, 0, 0, .1);
    border-top: none;
    border-radius: 0 0 4px 4px;
}

#top, #top > .container {
    background: url(../image/footer.png) 
}

#top {
    position: relative;
    border-bottom: 0px solid rgba(0, 0, 0, .12);
    padding: 0;
    margin: 0 0 20px 0;
    min-height: 35px;
}