/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16.04.2015, 09:48:04
    Author     : knueller
*/

nav#dP_navigation-main > ul {
    padding: 5px;
}
 
@media screen and (min-width: 768px) {  
    nav#dP_navigation-main ul.dp_nav-vertical li:hover > ul > li:first-child:not(.dP_navigation-active) a {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
    }

    nav#dP_navigation-main ul.dp_nav-vertical li:hover > ul > li:last-child:not(.dP_navigation-active) a {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
}