Tanja: text-decoration im Netscape

Beitrag lesen

Ich habe folgendes Problem:

Das ist mein style in externer Datei:
        font.menue {font-size:9pt;
       color:black;
       font-family:Arial, sans-serif;
       text-decoration:none;
       }

eingebunden mit:
<link rel=stylesheet type="text/css"href="../formate.css">

Im Internet Explorer funktioniert das tadellos.
Im Netscape wird alles richtig angezeigt bis auf text-decoration:none!

Was mache ich falsch???