

/*=========== menü OBEN ===========*/

#menu2 a span{
float:left;
background:  url("images/links.gif") left  no-repeat;
line-height:23px;
height:23px;
width:13px;
}

#menu2 a , #menu2 a:visited , #menu2 a:active  { color: silver; font: bold 12px/23px georgia, "verdana serif"; text-decoration: none; background: url("images/rechts.gif") no-repeat right 50%; text-align: center; display: block; margin-left: 2px; padding: 0 15px 0 0; height: 23px }

/* h o v e r */

#menu2 a:hover span{
background:  url("images/links2.gif")  left ;
}

#menu2 a:hover {
background:  url("images/rechts2.gif")  right ;
color:#fff;
}
