.menu {
	height: 23px;
	width: 760px;
			}
.cssnav	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(http://www.tirepressuremonitor.com/Assets/ccs/overbtn.gif) no-repeat;
	width: 126px;
	height: 23px;
	overflow:hidden;/* for ie to hide extra height*/	
			}
.cssnav a {
	display: block;
	color: #000000;
	font-size: 12px;
	width: 131px;
	height: 23px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/
	font-weight: bold;
			}
.cssnav a:hover {
	color: #e7e7e7;
			}
.cssnav img {width: 126px; height: 23px; border: 0; }
* html a:hover {visibility:visible}
.cssnav a:hover img{visibility:hidden}
.cssnav span {
	position: absolute;
	left: 0px;top: 6px;
	text-align: center;
	width: 125px;
	cursor: pointer; 