Juhuu, hat funktioniert! thx Hopsel für den Tipp...
hier mein Listing:
ul#nav {
line-height: 16px;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 12px;
list-style-type: none;
margin-left: 10px;
}
#nav a: {
color: #666666;
display:block;
text-decoration:none;
padding-left: 10px;
background: #666666;
}
#nav a:visited {
color: #666666;
text-decoration:none;
padding-left: 10px;
}
#nav a:active {
color: #666666;
text-decoration:none;
padding-left: 10px;
}
#nav a:hover {
color: #000000;
background: url(pix/bullet.gif) no-repeat top left;
padding-left: 10px;
}
#nav a#hier:link, #nav a#hier:visited, #nav a#hier:hover, #nav a#hier:active {
background: url(pix/bullet.gif) no-repeat top left;
color:#000000;
}