you can get rid of the href="#"
part at least, they’ll only be anchors then, though still using the a tag. If you apply a class="bar"
and define it as #header .bar {color: #000;}
then that should give you what you want. Without playing with it I’m not sure why it would do what you are describing, but try that out.