﻿#MainMenu a.static {
    /*background-color: #0360df;
    background-image: radial-gradient(75% 50% at 50% 0%, #f4feff 12%, transparent), radial-gradient(75% 50% at 50% 85%, #8de3fc, transparent);
    box-shadow: inset 0 0 2px 1px rgba(255, 255, 255, 0.2), 0 1px 4px 1px rgba(17, 110, 231, 0.2), 0 1px 4px 1px rgba(0, 0, 0, 0.1);
    */

    background: linear-gradient(0deg, #fcfcfc 0%, #f5f5f5 100%);
    border: 6px solid transparent;
    border-radius: 16px;
    background-clip: padding-box;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 4px 0 rgba(0, 0, 0, 0.5), 1px 3px 3px 2px #fff, 0 0 0 6px #ECECEC;

    /*    background-color: #fff;*/
    /*color: #164171;*/
    color: grey;
    /* color: #7fb539;*/
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-radius: 20px;
    border: 0px;
    margin: 0px 10px 0px 0px;
    padding: 6px 6px 6px 6px;
}

    #MainMenu a.static:hover {
        color: rgb(90, 134, 59);
       /* color: #7fb539;*/
       /* transition: 0.7s;*/
       /*       align-self:*/
    }

#MainMenu li.static {
    border-top: 0px;
    border-bottom: 0px;
    border-left: 0px;
    padding-top: 3px;
    /*    border-right: 1px solid #898989;*/
}
#MainMenu li.static:first-child {
   /* border-left: 1px solid #898989;*/
}

#MainMenu a.dynamic {
    background-color: #f2f2f2;
    /*color: black;*/
    color: grey;
    width: 195px;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 11px;
    border: 0px;                                                         
}
#MainMenu li.dynamic {
    border-top: 0px;

/*  border-bottom: 1px solid #898989;
    border-left: 1px solid #898989;
    border-right: 1px solid #898989;*/
}

#MainMenu a.dynamic:hover {
    background-color: #e2e4e6;
    color: rgb(90, 134, 59);
/*    color: #7fb539;*/
/*    transition: 0.7s;*/
}

#MainMenu li.dynamic:first-child {
    /*border-top: 1px solid #898989;*/
}

#MainMenu li {
    width: 204.8px;
}

#MenuContainer {
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 105px;
    left: 15px;
    height: 49px;
/*  background-color: #f2f2f2;
    border: 1px solid #898989;*/
}

#MenuCenter {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}
