/*
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 : 09.08.2015, 14:34:23
    Author     : scharte
*/



.nav_entry {
    display: inline-block;
    margin-right: 3%;
    max-height: 40px;
    vertical-align: middle;

}

.nav_entry a{

    padding: 4px 6px;

    text-decoration: none;
    display: inline-block;
    width: 100%;
   
    text-transform: uppercase;
    color: #1d1d1b;

    font-size: 1.3em;
    border-top:4px solid #ffffff;

}


.nav_entry a:hover{
    border-top:4px solid #DE8990;
}

.nav_entry.active a{
    border-top:4px solid #901316;
}

.nav_entry  .nav_entry {
    display: none;
}



