

/*=========== menü OBEN ===========*/

#menu2 a span{
float:left;
background:  url('images/links_blau.gif') no-repeat left;
line-height:30px;
height:30px;
width:13px

}

#menu2 a, #menu2 a:visited, #menu2 a:active {
display:block;
background:  url('images/rechts_blau.gif') no-repeat right;
color:#000;
font-family: tahoma, helvetiva, verdana, serif;
font-size:12px;
line-height:30px;
height:30px;
text-decoration:none ;
text-align:center;
margin-left:0px; padding-left:0px; padding-right:10px; padding-top:0px; padding-bottom:0px

}

/* h o v e r */

#menu2 a:hover span{
background:  url('images/links2_blau.gif') left ;
}

#menu2 a:hover {
background:  url('images/rechts2_blau.gif') right ;
color:#064284;
text-decoration:none 
}
