

/*=========== menü OBEN ===========*/

#menu2 a span{
float:left;
background:  url("images/li.jpg") left no-repeat;
height:36px;
line-height:36px;
width:13px;
}

#menu2 a , #menu2 a:visited , #menu2 a:active {
display:block;
background:  url("images/re.jpg")  right  no-repeat;
color:#3f3f3f;
font: bold 12px georgia, verdana serif;
line-height:36px;
height:36px;
text-decoration:none ;
padding: 0px 15px 0px 0px;
text-align:center;
margin-left:0px;
}

/* h o v e r */

#menu2 a:hover span{
background:  url("images/li2.jpg")  left ;
}

#menu2 a:hover {
background:  url("images/re2.jpg")  right ;
color:#000;
text-decoration:none ;
}