/* menue linke seite */


#menu a {display: block;
color:#000000; text-decoration:none ;font-family:verdana, sans-serif; font-size: 9pt;
width:207px;
background-image:url(images/button.jpg);
line-height:24px;
}


#menu a:visited{
color:#000000; text-decoration:none ;font-family:verdana, sans-serif; font-size: 9pt;
width:207px;
background-image:url(images/button.jpg);
line-height:24px;

}


#menu a:active{
color:#000000; text-decoration:none ;font-family:verdana, sans-serif; font-size: 9pt;
width:207px;
background-image:url(images/button.jpg);
line-height:24px;
}


#menu a:hover {
	color: #FFFFFF;
	text-decoration:none;
	font-family:verdana, sans-serif;
	font-size:9pt;
	width:207px;
	background-image:url(images/button3.jpg);
	line-height:24px;
	letter-spacing:0px;

}
