No matter what I do with
.nav .current a{
color:#fff;
}
on lines 73-75 in style3.css, I just can't get a clicked current state on the menu (e.g. when clicked and active, the menu-item should have a different color).
I twisted the colors in the css-file but the active state is the same as the a state. Pretty strange.
Hover via
.nav a:hover{
color: #eee;
}
is working fine.














