.mainMenu{
    
    /*background-size: cover;*/
    background-position-x: center;
    background-position-y: bottom;
    background-repeat: no-repeat;
    
    /* background-color: black; */
    background-image: url('../../assets/img/menu_bg.png');
    
    width: 100%;
    min-width: 1100px;
    height: 77px;
    padding: 0px 0;
    margin: 0px 0 0 0;
    position: fixed;
    z-index: 99999;
    top: 0;
    border: 0;
}

.menuButons{width: 780px;margin: 0px auto 0 auto;float: left;}
.menuButons a {color: #666666; text-decoration: none;cursor: pointer;}

.menuButons li {
    float: left;
    color: white;
    height: 55px;
    list-style-type: none;
    margin: 0px 2px 0 0;
    padding: 16px 9px;                            
    font-size: 16px;
    /* font-family: "fb_bold","helvetica","arial"; */
}

.menu_logo {
    padding: 12px 7px !important;
    
}

.menuButons a strong {
    font-size: 15px;
}

/*.menuButons li:hover {background-color: #E82F49 !important;}*/
.menuButons a li:hover {color: white !important;text-decoration: underline;}

.menu_active {
    background-color: #E82F49 !important;
    color: white !important;
    font-family: "fb","helvetica","arial" !important;
}

.menu_active a {
    color: white !important;
}


.face_logo {
    /* padding: 4px 13px 0 !important; */
}


.logo_menu {
    margin-top: 14px;
    
}

.pic_menu {
    width: 24px;
 
    
    float: left;
    margin: 13px 4px 0 13px;
}

.search_menu {
}

.line_left {
     border-left: 1px solid white; 
     margin-left: 36px !important;
}

.line_both {
     border-left: 1px solid white; 
     border-right: 1px solid white; 
}

.downButons li {
    padding: 0 9px;
    
    height: 22px;
}

