#navigation {
	position: absolute;
	top: 24px;
	left: 390px;
	width: 360px;
	height: 36px;
	line-height: 36px;
}
#navigation li {
	float: left;
	height: 36px;
	line-height: 36px;
}
#navigation a {
	display: block;
	height: 36px;
	line-height: 36px;
	text-indent: -9999px;
}

#n_home {
	width: 90px;
}
#n_home a {
	width: 90px;
	background: url(../assets/home.png) no-repeat 0 0;
}
body#home #n_home a, 
#n_home a:hover {
	background-position: -90px 0;
}

#n_services {
	width: 90px;
}
#n_services a {
	width: 90px;
	background: url(../assets/services.png) no-repeat 0 0;
}
body#services #n_services a,
#n_services a:hover {
	background-position: -90px 0;
}

#n_about {
	width: 90px;
}
#n_about a {
	width: 90px;
	background: url(../assets/about.png) no-repeat 0 0;
}
body#about #n_about a,
#n_about a:hover {
	background-position: -90px 0;
}

#n_contact {
	width: 90px;
}
#n_contact a {
	width: 90px;
	background: url(../assets/contact.png) no-repeat 0 0;
}
body#contact #n_contact a,
#n_contact a:hover {
	background-position: -90px 0;
}
