Iris: Links werden nicht angezeigt wie gewünscht

Beitrag lesen

HAllo,

ich habe mir eine kleine homepage erstellt:

http://webuser.hs-furtwangen.de/~ischerer/

Bei anklicken der links sollten die aktiven links sich eigentlich rot einfärben. Aber das machen sie leider nicht. Hier mal ein auszug aus dem CSS (gütlig für die obere Navigation):

#navigation{
   background-color: #fff;
}

#navigation ul{
    list-style-type: none;
    margin-top: 120px;
    margin-left: 250px;
   }

#navigation ul li{
    float: left;
    padding-left: 10px;
    padding-bottom:5px;
    background-color:#fff;
    font-variant: small-caps;
    text-transform: uppercase;
       text-decoration: none;
   }

#navigation ul li a:link{
    padding: 2px 5px 2px 5px;
    font-size: 120%;
    color: #8D8484;
   }

#navigation  ul li a:visited{
    padding: 2px 5px 2px 5px;
    font-size: 120%;
    color: #8D8484;
   }

#navigation ul li a:active{
 padding: 2px 5px 2px 5px;
 color: #9E2525;
 font-weight: bold;
 font-size: 130%;
}

#navigation ul li a:hover{
   padding: 2px 5px 2px 5px;
   color: #000000;
   }

wo steckt der Fehler?

Lieben Dank schonmal

Iris