#navBar {
	background: url(navBar_Bg.png) top center no-repeat;
	height: 50px;
	margin: 0 auto;
	padding: 0;
	width: 400px;
}

#navBar li {
	list-style: none;
}

#navBar li a {
	display: inline-block;
	float:left;
	height: 50px;
	list-style: none;
	outline: none;
	text-indent: -9999px;
	width: 100px;
}

.home a:hover {
	background: url(navBar_Bg.png) 0 -50px no-repeat
}
.about a:hover {
	background: url(navBar_Bg.png) -100px -50px no-repeat
}
.contact a:hover {
	background: url(navBar_Bg.png) -200px -50px no-repeat
}
.services a:hover {
	background: url(navBar_Bg.png) -300px -50px no-repeat
}