Listing 7-36 "CSS für Teil 5 der Navigationsleiste"

#navigation li.aktiv strong {
color: #EE3338;
font-weight: normal;
background-color: #FFF;
padding: 6px 6px 10px 6px;
display: block;
}
#navigation li li.aktiv {
color: #EE3338;
}

Dieses Beispiel stammt aus dem Buch Barrierefreiheit verstehen und umsetzen.