li#leistungen{
    font-family: downlink;
    font-size: 20px;
    height: 45px;
    width: 210px;
    padding-right: 80px;
    text-align: center;
    
}

li#leistungen ul{
    list-style-type: none;
    position: relative;
    list-style-type: none;
}

li#leistungen ul a {
    color: #000000;
    text-decoration: none;    

}

li#leistungen ul a:hover {
    color: #FF0000;
    text-decoration: none;

}

li#leistungen ul.dropdown_leistungen {
    background: -ms-linear-gradient(top, #cccccc, #eeeeee);
    background: -webkit-gradient(linear, left top, left bottom, from(#cccccc), to(#eeeeee));
    background: -moz-linear-gradient(top,  #cccccc,  #eeeeee);
    border: solid 1px #000000;
    position: absolute;
    margin-left: 210px;
    top: 5px;
    padding: 10px 10px 10px 10px;
    width: 230px;
    font-size: 20px;
    border-radius: 7px;
    box-shadow: 3px 3px 3px 3px #909090;
    
}
li#leistungen ul.dropdown_leistungen a {
    color: #000000;
}
li#leistungen ul.dropdown_leistungen a:hover{
    color: #FF0000;
}
li#leistungen ul li{
    display: block;
}
li#leistungen li>ul {
    display: none;
}
li#leistungen li:hover>ul {
    display: block;
}
