.coverMenuJs {
    position: absolute;
    top: -5px;
    right: 0;
    width: 100%; 
    height: 36px;
    /*background:#fff !important;*/
}

.menuJs2 {
    float: right; 
    height: auto;
}

.menuJs2 ul {
    position: relative; 
    padding: 0;
    margin: 0;
    top: 9px;
    left: 0; 
    list-style-type:none; 
    z-index:1100; 
}

.menuJs2 li {
    position:relative; 
    padding: 0;
    margin: 0;
    display:inline; 
    z-index:1102; 
}

.menuJs2 a {
    text-decoration:none;
    font-family: 'Alata';
    font-size: 16px !important;
    padding: 5px 10px 8px 10px;
    white-space:nowrap; 
    z-index:1200;
    color: #000 !important;
    background: #F7A260; /* 700210 */
    border-radius: 0 0 5px 5px;
} 

.menuJs2 a:hover {
    /*color: #fff;
    background: green;*/
    background: #A1CADB; /* 60DCF7 */
    color: #000 !important;
} 

.menuJs2 li ul {
    position:absolute; 
    top:26px; 
    left:0px; 
    visibility:hidden;
    background: #fff;
    text-align: left;
}

.menuJs2 li:hover ul {
    visibility:visible; 
}

.menuJs2 li li {
    display:block; 
    /*margin-left:-39px;*/ 
}              

.menuJs2 li li a {
    display:block; 
    padding:6px 7px;
    margin: 0 0;
    border-radius: 0;
    background: url('../design/bgMenuVer.jpg');
    border: none;
}

@media screen and (max-width: 768px) {
    .menuJs2 {
        position:relative; 
        width: 200px;
        left:-1500px; 
        margin:30px 0 0 0; 
        height:30px; 
        z-index:5000; 
    } 
}

#actual { 
    /* background: #cadb2a !important; */
    /* color: black !important; */
    background: #A1CADB !important;
    color: #000 !important;
}

/* VERTICAL */
#actualVer { 
    color: #000 !important;
    background: #02B5C8 !important;
}


#navigation {
    position:absolute;
    top: 0px;
    left:-800px;
    width: 100%;
    z-index:150000;
}

#navButton {
    position:absolute;
    width:44px;
    height:44px;
    right:20px;
    top:20px;
    cursor:pointer;
    z-index:10000;
}

#navButton img {
    float:left;
    width:44px;
    border-radius:7px;
}

@media screen and (min-width: 769px) {
    #navButton {
        display:none; 
    } 
    #navigation {
        display:none; 
    }
    #menuVer {
        display:none; 
    } 
}

#menuVer ul {
    position:relative;
    top:0; 
    left:-40px; 
    width:100%;
    margin:0;
    list-style-type:none;
}

#menuVer li a {
    font-size:1.0em;
    display:block;
    padding:8px 20px;
    text-align:left;
    text-decoration:none;
    font-weight: bold;
    text-align:center;
    background: url('../design/bgMenuVer.jpg');
    color: #000;
}

#menuVer li ul {
    position:relative;
    left:-40px; 
    top:0;
}

#menuVer li li a {
    display:block;
    border-left:none;
    font-weight: normal;
}

.submenu {
    background: url('../design/mainMenu-bg.jpg');
    /*width: 250px !important;*/
}

.submenu li a {
    padding-left: 20px !important;
    font-weight: normal;
}

.closeMenu {
    position:absolute;
    right:4px;
    top:0px;
    cursor:pointer;
    z-index:20000;
}

.openSubmenu {
    position:absolute;
    width:28px;
    height:28px;
    margin:5px 0 0 5px;
    cursor:pointer;
}

/* MENUDOWN */
.menudown {
    float: left;
    width: 100%;
    height: auto;
    line-height: 2.2;
    text-align: center; 
    padding-bottom: 0px;
}

.menudown ul {
    list-style-type:none;
    margin-left: -40px;
}

.menudown li {
    display:inline; 
    border-right: 1px solid #F5821F;
}

.menudown a {
    color: #F5821F; 
    padding: 5px;
    font-weight: bold;
    border-radius: 5px;
}

.menudown a:hover {
    color: #000 !important; 
    background: #A1CADB; 
}
