Hallo Manfred,
die basis.css dient u.a. der Darstellung im WYSIWYG-Editor TinyMCE.
In der musicacademy.css stehen auch schon die Definitionen für die Navigation drin.
Ich habe mal den gesamten Bereich für die Navigation genommen und unten die 3 letzten Einträge ergänzt:
Code:
.mod_navigation{width:200px;top:38px;position:absolute;}
.mod_navigation ul{margin:0 5px;padding:0;border-bottom:1px solid #607FB8;list-style-type:none;}
.mod_navigation li{margin:0;padding:5px 0;border-top:1px solid #607FB8;list-style-type:none;}
* html .mod_navigation ul,* html .mod_navigation li{height:1px;}
.mod_navigation .level_2{padding:3px 0 0 9px;border-bottom:0px;}
.mod_navigation .level_2 li{padding:0 0 3px;border-top:0px;}
.mod_navigation a,.mod_navigation li,.mod_navigation span{font-family:verdana, sans-serif;font-weight:bold;text-decoration:none;font-size:13px;color:#000000;}
.mod_navigation .level_2 a,.mod_navigation .level_2 li,.mod_navigation .level_2 span{font-weight:normal;font-size:11px;}
.mod_navigation a:hover{color:#f30;}
.mod_navigation span.active{color:#f30;}
.mod_navigation .trail a{color:#f30;}
ergänze nur diese 3 Zeilen im CSS musicacademy.css:
Code:
.mod_navigation a:hover{color:#f30;}
.mod_navigation span.active{color:#f30;}
.mod_navigation .trail a{color:#f30;}
Als Beispiel wird dann die Textfarbe rot.