#nav {

width:607px;
height:64px;
margin:0;
padding:0;
float:right;
margin-top:20px;
}

#nav span {
display: none;
}

#nav li, #nav a {
height:64px;
display:block;
}

#nav li {
float:left;
list-style:none;
display:inline;
}

#nav-home {width: 103px;background:url(../images/nav.png) 0px 0px no-repeat;}
#nav-about {width: 112px;background:url(../images/nav.png) -103px 0px no-repeat;}
#nav-services {width: 136px;background:url(../images/nav.png) -215px 0px no-repeat;}
#nav-gallery {width: 121px;background:url(../images/nav.png) -351px 0px no-repeat;}
#nav-contact {width: 132px;background:url(../images/nav.png) -475px 0px no-repeat; ;}

#nav-home a:hover {background:url(../images/nav.png) 0px -64px no-repeat; }
#nav-about a:hover {background:url(../images/nav.png) -103px -64px no-repeat; }
#nav-services a:hover {background:url(../images/nav.png) -215px -64px no-repeat; }
#nav-gallery a:hover {background:url(../images/nav.png) -351px -64px no-repeat; }
#nav-contact a:hover {background:url(../images/nav.png) -475px -64px no-repeat; }

#nav-home-active {width: 103px;background:url(../images/nav.png) 0px -64px no-repeat; }
#nav-about-active {width: 112px;background:url(../images/nav.png) -103px -64px no-repeat; }
#nav-services-active {width: 136px;background:url(../images/nav.png) -215px -64px no-repeat; }
#nav-gallery-active {width: 121px;background:url(../images/nav.png) -351px -64px no-repeat; }
#nav-contact-active {width: 132px;background:url(../images/nav.png) -475px -64px no-repeat; }