#nav {
float: left;
width: 260px;
}

a.home {
display: block;
width: 240px;
height: 60px;
background: url("images/homebtn.jpg") 0 0 no-repeat;
text-decoration: none;
 }

a:hover.home {
background-position: -240px 0;
}

a.staff {
display: block;
width: 240px;
height: 60px;
background: url("images/staffbtn.jpg") 0 0 no-repeat;
text-decoration: none;
 }

a:hover.staff {
background-position: -240px 0;
}

a.schedule {
display: block;
width: 240px;
height: 60px;
background: url("images/schedulebtn.jpg") 0 0 no-repeat;
text-decoration: none;
 }

a:hover.schedule {
background-position: -240px 0;
}

a.registration {
display: block;
width: 240px;
height: 60px;
background: url("images/registrationbtn.jpg") 0 0 no-repeat;
text-decoration: none;
 }

a:hover.registration {
background-position: -240px 0;
}

a.teeninfo {
display: block;
width: 240px;
height: 60px;
background: url("images/teeninfobtn.jpg") 0 0 no-repeat;
text-decoration: none;
 }

a:hover.teeninfo {
background-position: -240px 0;
}

a.adultinfo {
display: block;
width: 240px;
height: 60px;
background: url("images/adultinfobtn.jpg") 0 0 no-repeat;
text-decoration: none;
 }

a:hover.adultinfo {
background-position: -240px 0;
}



a.contactus {
display: block;
width: 240px;
height: 60px;
background: url("images/contactusbtn.jpg") 0 0 no-repeat;
text-decoration: none;
 }

a:hover.contactus {
background-position: -240px 0;
}

a.photos {
display: block;
width: 240px;
height: 60px;
background: url("images/photosbtn.jpg") 0 0 no-repeat;
text-decoration: none;
 }

a:hover.photos {
background-position: -240px 0;
}

a.resources {
display: block;
width: 240px;
height: 60px;
background: url("images/resourcesbtn.jpg") 0 0 no-repeat;
text-decoration: none;
 }

a:hover.resources {
background-position: -240px 0;
}

a.faqs {
display: block;
width: 240px;
height: 60px;
background: url("images/faqsbtn.jpg") 0 0 no-repeat;
text-decoration: none;
 }

a:hover.faqs {
background-position: -240px 0;
}

a.test {
display: block;
width: 240px;
height: 60px;
background: url("images/testimonials.jpg") 0 0 no-repeat;
text-decoration: none;
 }

a:hover.test {
background-position: -240px 0;
}