/* CSS Document */

table.button {background-color:#333333;}
#menu2 a span{
float:left;
background:  url(../images/button/links.gif) left  no-repeat;
line-height:24px;
height:22px;
width:13px;
}

#menu2 a , #menu2 a:visited , #menu2 a:active {
	display:block;
	background:  url(../images/button/rechts.gif)  right no-repeat;
	color:#3F3F3F;
	font: bold 12px verdana ;
	line-height:24px;
	height:22px;
	text-decoration:none;
	padding: 0px 15px 0px 0px;
	text-align:center;
	margin-left:-2px;
	font-family: Verdana;
}

/* h o v e r */

#menu2 a:hover span{
	background:  url(../images/button/links2.gif)  left;
	
}

#menu2 a:hover {
	background:  url(../images/button/rechts2.gif)  right;
	color:#3F3F3F;
	text-decoration:none;
	background-color: #333333;
}
