#menu {
	width: 235px;
	padding-top: 60px;
}

#menu ul {
	list-style-type: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menu a {
	background: url(../image/buttonI.gif) left top no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
	padding-left: 60px;
	margin: 0px;
	display: block;
	text-align: left;
	width: 175px;
	height: 40px;
}
#menu a.aktiv {
	background: url(../image/button.jpg) left top no-repeat;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #EEEEEE;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 40px;
	padding-left: 60px;
	margin: 0px;
	display: block;
	text-align: left;
	width: 175px;
	height: 40px;
}
#menu a:hover {
	background: url(../image/button.jpg) left top no-repeat;
}
