Your problem is due to this:
Code:
A:link {
COLOR: #000000; TEXT-DECORATION: underline;
If you make TEXT-DECORATION:
none it will get rid of the line, but you loose your underline in all links. Interesting enough I see I'm having the same issue, but I only use underline when hovering. I'll have to dig a little deeper.