.cssnav {
	position: relative;
	background: url(images/menu_btn-on.jpg) no-repeat;
	white-space: nowrap;
	display: block;
	width: 164px;
	height: 24px;
	text-decoration: none;
	font: bold 12px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.cssnav a {
	color: white;
	font-size: 12px;
	width: 164px;
	height: 20px;
	display: block;
	float: left;
	text-decoration: none;
	font-weight: bold;
}
.cssnav img {
	width: 164px;
	height: 20px;
	border: 0
}
.cssnav a:visited {
	color: white;
}
.cssnav a:hover {
	color: white;
}
* html a:hover {
	visibility:visible;
}
.cssnav a:hover img {
	visibility:hidden
}
.cssnav span {
	position: absolute;
	left: 5px;
	top: 2px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	text-align: left;
}
