I'm trying to do almost the same thing that was described in this other question: Setinha em menu with just CSS .
But with one small difference: when you click the button that is marked as selected. That shows that she is in that page, but together with the highlighted arrow.
Andhowareyounow,andIwantyoutostayinthatotherimage,thatthearrowisinthemiddle,andIdonothowtodothat.
Code
nava{text-decoration:none;padding:8px8px8px8px;color:#ffffff;position:relative;}nava:hover:before{width:0;height:0;border:10pxsolidtransparent;border-top-color:#888888;content:"";
bottom: -20px;
position: absolute;
}