@font-face {
    font-family: 'ariblk';
    src: url('font/arial_black/ariblk.eot');
    src: url('font/arial_black/ariblk.eot') format('embedded-opentype'),
        url('font/arial_black/ariblk.woff2') format('woff2'),
        url('font/arial_black/ariblk.woff') format('woff'),
        url('font/arial_black/ariblk.ttf') format('truetype'),
        url('font/arial_black/ariblk.svg#ariblk') format('svg');
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {

    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    width: 1175px;
}
#cssmenu > ul {
    height: 75px;
}

#cssmenu > ul > li {
    float: left;
    height: 75px;
    display: inline-block;
}
#cssmenu.align-center > ul {
    float: none;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu > ul > li > a {
    font-family: 'ariblk';
    margin-left:0;
    text-decoration: none;
    font-size: 19px;
    color: #fff;
    line-height: 75px;    
    text-align: center;
}

#cssmenu > ul > li > a:hover , .active_home > a, .active_about > a, .active_exhibit > a, .active_visitor > a, .active_sponsors > a, .active_activities > a, .active_contact > a {
    margin-top:-12px;
    color: #d53a4a !important;
    line-height: 100px !important;  
}

/*Menu home*/
#m1 {
   width:110px; 
}
#m2 {
   width:210px; 
}
#m3 {
   width:210px; 
}
#m4 {
   width:185px; 
}
#m5 {
   width:175px; 
}
#m6 {
   width:135px; 
}
#m7 {
   width:150px; 
}


#m1 > a:hover , .active_home > a {
    background: url('img/menu en/01.png') no-repeat;
}
#m2 > a:hover , .active_about > a {
    background: url('img/menu en/02.png') no-repeat;
}
#m3 > a:hover , .active_exhibit > a {
    background: url('img/menu en/03.png') no-repeat;
}
#m4 > a:hover , .active_visitor > a {
    background: url('img/menu en/04.png') no-repeat;
}
#m5 > a:hover , .active_sponsors > a {
    background: url('img/menu en/05.png') no-repeat;
}
#m6 > a:hover , .active_activities > a {
    background: url('img/menu en/06.png') no-repeat;
}
#m7 > a:hover , .active_contact > a {
    background: url('img/menu en/07.png') no-repeat;
}


#cssmenu ul ul {
    font-family: 'Calibri';
    position: absolute;
    left: -9999px;
    top: 60px;
    padding-top: 6px;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
    -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
    -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
    -o-transition: top 0.2s ease, opacity 0.2s ease-in;
    transition: top 0.2s ease, opacity 0.2s ease-in;
}

#cssmenu > ul > li > ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #d53a4a;
    top: -4px;
    left: 40px;
}

#cssmenu ul ul ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #d53a4a;
    top: 11px;
    left: -4px;
}

#cssmenu > ul > li > ul {
    top: 120px;
}
#cssmenu > ul > li:hover > ul {
    top: 70px;
    left: 0;
    opacity: 1;
}

#cssmenu ul ul ul {
    padding-top: 0;
    padding-left: 6px;
    text-align: center;
}

#cssmenu ul ul > li:hover > ul {
    left: 150px;
    top: 0;
    opacity: 1;
}

#cssmenu ul ul li a {
    text-decoration: none;
    font-weight: 400;
    padding: 8px 25px;
    font-size: 16px;
    width: 300px;
    color: #f4b2b9;
    background: #d53a4a;
    border-bottom:1px solid #f19fa7;
}

#cssmenu ul ul li > a:hover {
    color: #fff;
    text-decoration: none;
}
/*#cssmenu ul ul li:hover > a,
#cssmenu ul ul li.active > a {
    margin-top:0px;
    text-align: left;
    height:35px;
    line-height: 18px;
    min-width:300px;
    color: #fff;
    background: #d53a4a;
}*/

#cssmenu ul ul li:last-child > a {
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-bottom: 15px;
    border-bottom:none;
    height:40px;
    min-width:300px;
    text-align: left;
}
