﻿
.MgLevel1, .MgLevel1:visited {
    
    text-decoration: none;
    margin-right: 20px;
    font-weight: bold;
    cursor: pointer;
    font-size:1.385em;
    font-family:Arial,sans-serif;
    padding-top:2px;
    white-space:nowrap;
    padding-bottom:4px;
}

.MgLevel1:last-child
{
    margin-right:0px;
}

.MGLevel2,.MGLevel2:visited {
    
    font-size:1em;
    line-height:1em;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    font-family:Arial,sans-serif;
    display:block;
    padding-top:8px;
    margin-top:-5px;
    padding-bottom:7px;
    margin-bottom:-3px;
    background-color:rgba(255,255,255,0);
}

.MGLevelLink, .MGLevelLink:visited {
    
    font-family:Arial,sans-serif;
    font-size:1em;
    font-weight:bold;
    line-height:1em;
    padding-top:2px;
    padding-bottom:2px;
    display:block;
}

    .MGLevelLink:hover {
        text-decoration: underline;
    }

.Mg-accentLightRed {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    padding-top:4px;
    padding-bottom:2px;
}

.MgSelected {
    color: #000 ;
}

.MgDivL2 {
    display: none;
}

.MGClick1, .MGClick2 {
    cursor: pointer;
}

.MGClick1 .arraw-bottom
{
    margin-top:-13px;
}

.MGMegaDiv {
    display: none;
    padding-top:0px;
    border-bottom-width:2px;
}

/*@media  screen and (min-width: 680) {*/
.MgMenu-Left {
    float: left;
}

.MgMenu-Right {
    float: right;
}

.MgMenu-cl1 {
    width: 67%;
}

.MgMenu-cl2 {
    width: 50%;
    min-width: 250px;
}

.MgMenu-cl3 {
    width: 33%;
    min-width: 250px;
}

.Mg-Menu-center {
    margin-left: 20px;
    margin-right: 20px;
}


@media  screen and (max-width: 1000px),screen and (max-device-width: 1000px) {

    .MgMenu-Left, .MgMenu-Right {
        float: none;
    }

    .MgMenu-cl1, .MgMenu-cl2, .MgMenu-cl3 {
        width: 100%;
    }

    .Mg-Menu-center {
        margin-left: 0px;
        margin-right: 0px;
    }
}








