#left ul{
	list-style: none outside;
	margin: 0;
	padding: 0;
}

.immonav a {
	font-size: 0.82em;
	display: block;
	width: 120px;
	padding: 10px 10px 20px 10px;
	text-align: left;
	color: #000000;
	background: url(nav.jpg) no-repeat 100% 100%;
	text-decoration: none;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}

.immonav a:link {
	color: #000000;
	background: url(nav.jpg) no-repeat 100% 100%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}

.immonav a:hover {
	text-decoration: none;
	color: #000000;
	background: url(nav2.jpg) no-repeat 100% 100%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}
	
.immonav a:active {
	text-decoration: none;
	background: url(nav2.jpg) no-repeat 100% 100%;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
}