vielleicht willst dus ja beim hovereffekt machn dass zuerst nichtunterstrichen ist und dann unterstrichen,das geht so:
<style type="text/css"><!--
a:link {text-decoration:none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:underline;}
a:active {text-decoration:underline;}
--></style>
nur so als tipp ..... 8)