a#home {
position: absolute;
top: 310px;
left: 58px;
width: 47px;
height: 17px;
background: url(../images/nav/home.jpg) no-repeat 0 0;
}
a#home:hover {
background: url(../images/nav/home_h.jpg) no-repeat 0 0;
}
a#about {
position: absolute;
top: 310px;
left: 124px;
width: 57px;
height: 17px;
background: url(../images/nav/about.jpg) no-repeat 0 0;
}
a#about:hover {
background: url(../images/nav/about_h.jpg) no-repeat 0 0;
}
a#events {
position: absolute;
top: 310px;
left: 198px;
width: 69px;
height: 17px;
background: url(../images/nav/events.jpg) no-repeat 0 0;
}
a#events:hover {
background: url(../images/nav/events_h.jpg) no-repeat 0 0;
}
a#contact {
position: absolute;
top: 310px;
left: 280px;
width: 82px;
height: 17px;
background: url(../images/nav/contact.jpg) no-repeat 0 0;
}
a#contact:hover {
background: url(../images/nav/contact_h.jpg) no-repeat 0 0;
}
