.cssnav	 { font-family: Verdana, Helvetica, Arial, sans-serif; font-weight: bold; background-image: url("overbtn.jpg"); white-space: nowrap; display: block; margin: 0; padding: 0; position: relative; width: 220px; height: 44px; backgroun-repeat: no-repeat }

	.cssnav a   { color: black; font-size: 11px; text-decoration: none; display: block; width: 220px; height: 44px }

	.cssnav img {width: 220px; height: 44px; border: 0; }
	* html a:hover {visibility: visible}
	.cssnav a:hover img{visibility:hidden}

	.cssnav span {
				position: absolute;
				left: 10px;
				top: 15px;
				margin: 0;
				padding: 0;
				cursor: pointer;
				width: 200px;
				height: 30px;
				text-align: center;
	}
