

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

#menu2 a span{
float:left;
background:  url("images/links.gif") left no-repeat;
line-height:30px;
height:30px;
width:13px;
-moz-opacity: 0.60;
opacity: 0.60;
_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}



#menu2 a , #menu2 a:visited , #menu2 a:active {
display:block;
background:  url("images/rechts.gif")  right  no-repeat;
color:#000;
font:  12px georgia, verdana serif;
line-height:30px;
height:30px;
text-decoration:none ;
padding: 0px 10px 0px 0px;
text-align:center;
margin-left:0px;
-moz-opacity: 0.60;
opacity: 0.60;
_filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);

}

/* 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:#800000;
text-decoration:none ;
}