Beispiel 38
  Demolink   Demolink   Demolink
    
<style>
a {
 font-family: Arial, Sans-Serif;
 font-size: 13px;
 color: #005984;
 text-decoration: None;
}

a.menue{
 display: Block;
 white-space: Nowrap;
 background-color: #F5F9FC;
 background-image: url(rm0.gif);
 background-repeat: no-repeat;
 background-position: center left;
 border-bottom: solid 1px #D1E0EF;
}

a.menue:active, a.menue:hover, a.menue:focus{
 background-color: #EBF3FA;
 background-image: url(rm1.gif);
 background-repeat: no-repeat;
 background-position: center left;
}
</style>

<a href="demolink.htm" class="menue">&nbsp; Demolink</a>