.wdg-services li {
    margin-bottom: 6px;
}
.wdg-services li a:link, .wdg-services li a:visited {
    color: #ffffff;
    display: block;
    font-family: 'avenir_lt';
    font-size: 1.2em;
    line-height: 78px;
    padding: 0;
    text-align: center;
    transition: background 0.3s ease-in-out 0s;
    width: 100%;
    background-color: #90a75f;
}
.wdg-services li a:hover {
	background-color: #ecb53d;
	text-decoration:none;
    color: #65773d;
}
@media screen and (min-width: 1040px) and (max-width: 1100px) {
.wdg-services li a:link {
    line-height: 78px;
}
.wdg-services li {
    margin-bottom: 5px;
}
}
@media screen and (min-width: 980px) and (max-width: 1040px) {
.wdg-services li a:link {
    line-height: 73px;
}
.wdg-services li {
    margin-bottom: 4px;
}
}
@media screen and (min-width: 920px) and (max-width: 980px) {
.wdg-services li a:link {
    line-height: 68px;
}
.wdg-services li {
    margin-bottom: 4px;
}
}
@media screen and (min-width: 885px) and (max-width: 920px) {
.wdg-services li a:link {
    line-height: 64px;
}
.wdg-services li {
    margin-bottom: 4px;
}
}
@media screen and (min-width: 850px) and (max-width: 885px) {
.wdg-services li a:link {
    line-height: 62px;
}
.wdg-services li {
    margin-bottom: 4px;
}
}
@media screen and (min-width: 810px) and (max-width: 850px) {
.wdg-services li a:link {
    line-height: 60px;
}
.wdg-services li {
    margin-bottom: 3px;
}
}
@media screen and (min-width: 768px) and (max-width: 810px) {
.wdg-services li a:link {
    font-size: 1.1em;
    line-height: 55px;
}
.wdg-services li {
    margin-bottom: 4px;
}
}
@media screen and (max-width: 767px) {
.wdg-services li {
    margin-bottom: 3px;
}
.wdg-services li a:link {
    font-size: 1.5em;
    padding: 0 0;
}
}



@media screen and (min-width: 768px){
    .wdg-services li > ul{
        position: absolute;
        margin-left: 100%;
        padding-left: 0;
        width: 86%;
        z-index: 100;
        display: none;
        top: 0;
        background-color: #90a75f;
        border-left: 3px solid #ffffff;
        opacity: 0.95;

    }

    .wdg-services ul > li:hover{
        position: relative;
    }

    .wdg-services li:hover > ul{
        display: block;
    }

    .wdg-services > ul{
        position: absolute;
        width: 25%;
        max-width: 310px;
    }

    .wdg-services li > ul a:link,
    .wdg-services li > ul a:visited{
        text-align: left;
        padding-left: 6px;
        width: auto;
    }
    .wdg-services li > ul > li{
        margin-bottom: 0;
        line-height: 36px;
        height: 36px;
    }

}

@media screen and (max-width: 768px) {
    .wdg-services li > ul {
        margin: 3%;
        width: 94%;
    }
}

@media screen and (min-width: 768px) and (max-width: 885px){
    .wdg-services li > ul{
        width: 90%;
    }
    .wdg-services li > ul > li{
        margin-bottom: 0;
        line-height: 30px;
        height: 30px;
    }
}



#left_menu2{
    margin-top: 1em;

}

@media screen and (min-width: 768px){
    #left_menu2 .wdg-services > ul {
        /*width: 259px;
        width: 100%;
        position: static;
        */
        width: 100%;
        position: static;
    }
    .wdg-services ul ul a{
        line-height: 36px !important;
    }
}
