/*
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:18:05
    Author     : knueller
*/
nav#dP_navigation-main > ul {
    margin: 0;
    padding: 0px;
}

nav#dP_navigation-main .dP_navigation a:hover,
nav#dP_navigation-main .dP_navigation li.dP_navigation-active > a{
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 768px) { 
    nav#dP_navigation-main ul.dp_nav-vertical li a {
        padding: 2px 20px 2px 5px;
        border-bottom: 1px solid #CCCCCC;
        width: 100%;
    }
    nav#dP_navigation-main .dP_navigation li:first-child a {
        border-top: 1px solid #CCCCCC;
        margin-top: -1px;
    }
}
