.navrow ul {
	margin-left: 195px;
	list-style-type: none;
}

.navrow ul li {
	width: 170px;
	float: left;
	}

.navrow ul li a {
	color: gray;
	display:block;
	}

.navrow ul li a:hover {
	width: 170px;
	height: 24px;
	background-image: url(/images/navHover.png);
	}

 
