#navi a {
	display: block;
	float: left;
	position: relative;
	height: 42px;
	line-height: 42px;
	padding-top: 6px;
	margin-right: 30px;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	text-decoration: none;
	color: #ffffff;
}

#navi a.active {
	padding-right: 30px;
	margin: 0;
	background-image: url(../img/navi/active.png);
	background-position: right;
	font-weight: bold;
	color: #505050;
}
#navi a.active span {
	position: absolute;
	top: 0px;
	left: -30px;
	width: 30px;
	height: 48px;
	padding: 0;
	margin: 0;	
	background-image: url(../img/navi/active.png);
	background-position: left;
}
