/* CSS Document */
#nav {
	padding: 65px 0 0 404px;
	width: 466px;
	height: 30px;
}
#nav li {
	float: left;
}
#nav span {
	position: absolute;
	top: -9999px;
}


/* Home */
.nav_home {
	width: 47px;
	height: 30px;
	background: url(../images/nav/nav_home.jpg) 0 0 no-repeat;
	display: block;
}
.nav_home:hover {
	background: url(../images/nav/nav_home.jpg) 0 -30px no-repeat;
}
.nav_home_active {
	background: url(../images/nav/nav_home.jpg) 0 -60px no-repeat;
}

/* About */
.nav_about {
	width: 80px;
	height: 30px;
	background: url(../images/nav/nav_about.jpg) 0 0 no-repeat;
	display: block;
}
.nav_about:hover {
	background: url(../images/nav/nav_about.jpg) 0 -30px no-repeat;
}
.nav_about_active {
	background: url(../images/nav/nav_about.jpg) 0 -60px no-repeat;
}

/* Services */
.nav_services {
	width: 78px;
	height: 30px;
	background: url(../images/nav/nav_services.jpg) 0 0 no-repeat;
	display: block;
}
.nav_services:hover {
	background: url(../images/nav/nav_services.jpg) 0 -30px no-repeat;
}
.nav_services_active {
	background: url(../images/nav/nav_services.jpg) 0 -60px no-repeat;
}

/* Experience */
.nav_experience {
	width: 94px;
	height: 30px;
	background: url(../images/nav/nav_experience.jpg) 0 0 no-repeat;
	display: block;
}
.nav_experience:hover {
	background: url(../images/nav/nav_experience.jpg) 0 -30px no-repeat;
}
.nav_experience_active {
	background: url(../images/nav/nav_experience.jpg) 0 -60px no-repeat;
}

/* People */
.nav_people {
	width: 92px;
	height: 30px;
	background: url(../images/nav/nav_people.jpg) 0 0 no-repeat;
	display: block;
}
.nav_people:hover {
	background: url(../images/nav/nav_people.jpg) 0 -30px no-repeat;
}
.nav_people_active {
	background: url(../images/nav/nav_people.jpg) 0 -60px no-repeat;
}

/* Contact */
.nav_contact {
	width: 75px;
	height: 30px;
	background: url(../images/nav/nav_contact.jpg) 0 0 no-repeat;
	display: block;
}
.nav_contact:hover {
	background: url(../images/nav/nav_contact.jpg) 0 -30px no-repeat;
}
.nav_contact_active {
	background: url(../images/nav/nav_contact.jpg) 0 -60px no-repeat;
}

/* a lazy grace production */
.nav_lazygrace {
	width: 170px;
	height: 30px;
	background: url(../images/common/lazygrace.gif) 0 0 no-repeat;
	display: block;
}
.nav_lazygrace:hover {
	width: 170px;
	height: 30px;
	background: url(../images/common/lazygrace.gif) 0 -30px no-repeat;
	display: block;
}
.nav_lazygrace span {
	display: none;
}

body.home .nav_home {
	background: url(../images/nav/nav_home.jpg) 0 -60px no-repeat;
}
body.about .nav_about {
	background: url(../images/nav/nav_about.jpg) 0 -60px no-repeat;
}
body.services .nav_services {
	background: url(../images/nav/nav_services.jpg) 0 -60px no-repeat;
}
body.experience .nav_experience {
	background: url(../images/nav/nav_experience.jpg) 0 -60px no-repeat;
}
body.people .nav_people {
	background: url(../images/nav/nav_people.jpg) 0 -60px no-repeat;
}
body.contact .nav_contact {
	background: url(../images/nav/nav_contact.jpg) 0 -60px no-repeat;
}







