.menu {
	height: 44px;
	width: 800px;
}

.cssnav	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(http://www.thebigrun.com/images/overbtn.jpg) no-repeat;
	width: 125px;
	height: 44px;
	overflow:hidden;/* for ie to hide extra height*/	
}

.cssnav a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 125px;
	height: 44px;
	display: block;
	float: left;
	color: black; 
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
}

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

.cssnav img {
	width: 125px;
	height: 44px;
	border: 0;
}

* html a:hover {
	visibility:visible;
}

.cssnav a:hover img{
	visibility:hidden;
}

.cssnav span {
	position: absolute;
	left: 10px;top: 15px;
	text-align: center;
	width: 100px;
	cursor: pointer;   
}