﻿#MegaMenu {
    line-height: 180%;
    border-bottom: 2px solid #000;
    padding-top: 4px;
}

#MegaMenu a{
    margin-right: 20px;
    font-weight: bold;
    cursor: pointer;
    font-size: 18px;
    font-family: Arial,sans-serif;
    padding-top: 2px;
    white-space: nowrap;
    padding-bottom: 4px;
    border-bottom: medium none;
    border-top: medium none;
}

.MegaLevel2 {
    background-color: rgba(255, 255, 255, 0);
    cursor: pointer;
	font-family: Arial,sans-serif;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: -1px;
    margin-top: -1px;
    padding-bottom: 7px;
    padding-top: 8px; 
    border-bottom: 2px solid #000;  
	display: block; 
}

.MegaLink {
    display: block;
    font-family: Arial,sans-serif;
    font-size: 1em;
    font-weight: bold;
    line-height: 1em;
    padding-bottom: 2px;
    padding-top: 2px;   
}

a.MegaLink:hover{
	text-decoration:underline!important;
}
.MegaLevel2 div, .MegaLink div {
	float:right;
	margin-top:4px;
}

.MegaDivL2{
	display:none;
	border-bottom: 2px solid #000;
} 

#MegaLine {
    padding: 4px 0;
    border-bottom: 2px solid #000;
    display:none;  
}

.MegaDiv {
	border-bottom: 2px solid #000;
    padding-bottom: 2px;
    display:none;    
}

.megaColumn1 {
    width: 67%;
    float: left;
}

.megaColumn12 {
    min-width: 250px;
    width: 50%;
}

.megaColumn3 {
    width: 33%;
    min-width: 250px;
	float: right;
}

.lastLevel, a#lastMobileMenu {
	border-bottom-width: 0px;
	display:flex;
}
 
#MegaMenu a:hover, .MegaLevel2 a:hover {
    text-decoration: none;
}

#MegaCenter {
	margin-left: 20px;
    margin-right: 20px;    
}
    
#ButtonMenu {
	height: 2.5em;
    margin-top: -10px;
    width: 2.5em;
}
	
#mbButtonMenu {
	cursor: pointer;
	display:none;	
}	
	 
#mbButtonMenu {
    display: none;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
    cursor: pointer;
}

#mbButtonMenu a:hover {
    text-decoration: none;
}
    
#ButtonMenu {
    height: 2.5em;
    margin-top: -10px;
    width: 2.5em;
    background-image: url("../../images/icons/icon-menu-black.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: inline-block;
}
