/* CSS Document _ menue */

#menue {
	padding: 0px 0px 0px 0px;
	width:124px;
	height:134px;
	
	float: left;
	background-repeat: no-repeat;
}



#menuepunkt {
	padding: 1px 0px 0px 0px;
	width:124px;
	height:25px;
	background-image: url(../images/button-bg3.jpg);
	float: left;
	background-repeat: no-repeat;
	text-align:center;
}




a:hover#menuepunkt {
color:#999999;
	background-image: url(../images/button-bg3over.jpg);
}



a#sitebar-left-button {
margin-top:2px;
padding: 5px 0px 5px 0px;
border-top:5px solid #000000;
width: 124px;
height:auto;
background-color:#4B4B4B;
text-align:center;
float:left;

}

a:hover#sitebar-left-button {
color:#4b4b4b;
background-color:#CCCC00;


}

