.navigation * {
font-size: 10pt;
font-family: Tahoma;
}

.nav a{
display: block;
padding: 5 5 5 0;
color: white;
text-decoration: none;
}

.nav a:hover{
display: block;
padding: 5 5 5 0;
color: #1a1a4a;
background: #e9e9e9;
font-family: Tahoma;
}

.nav-active a{
text-decoration: none;
display: block;
padding: 5 5 5 0;
color: #1a1a4a;
background: #e9e9e9;
font-family: Tahoma;
}
