

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

#menu2 a span{
float:left;
background:  url("images/links2.png") left no-repeat;
height:28px;
line-height:28px;
width:12px;
}

#menu2 a , #menu2 a:visited , #menu2 a:active {
display:block;
background:  url("images/rechts2.png")  right  no-repeat;
color:#000;
font: bold 12px comic sans ms, verdana serif;
line-height:28px;
height:28px;
text-decoration:none ;
padding: 0px 15px 0px 0px;
text-align:center;
margin-left:4px;
}

/* h o v e r */

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

#menu2 a:hover {
background:  url("images/rechts.png")  right ;
color:#5C5FB5;
text-decoration:none ;
}
