.cssnav	{
	position:relative;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-style: normal;
	font-weight: bold;
	background-image:  url(../images/knapp-1-o.jpg);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 201px;
	height: 48px;
	margin: 0;
	padding: 0;
}

.cssnav a {
		display: block;
		font-size: 18px;
		width: 201px;
		height: 48px;
		display: block;
		float: left;
		color: #ccc;
		text-decoration: none;
}

.cssnav a:hover {
		color: #fff;
}

.cssnav img {
		width: 201px;
		height: 48px;
		border: 0; 
}

* html a:hover {
		visibility:visible;
}
	
.cssnav a:hover img{
		visibility:hidden
}

.cssnav span {
		position: absolute;
		left: 30px;
		top: 12px;
		padding: 0px;
		cursor: pointer;s
		width: 149px;
		height: 14px;
		text-align: left;
}

