/* Home style below */
a#home {
    display: block;
    width: 50px;
    height: 51px;
    background-image: url(../images/nav/home.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#home:hover {
    background-position: 0 -51px;
}
a .alt { display: none; }
/* Sign-in style below */
a#signin {
    display: block;
    width: 62px;
    height: 51px;
    background-image: url(../images/nav/sign-in.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#signin:hover {
    background-position: 0 -51px;
}
a .alt { display: none; }
/* Events style below */
a#events {
    display: block;
    width: 61px;
    height: 51px;
    background-image: url(../images/nav/events.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#events:hover {
    background-position: 0 -51px;
}
a .alt { display: none; }
/* Pictures style below */
a#pictures {
    display: block;
    width: 78px;
    height: 51px;
    background-image: url(../images/nav/pictures.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#pictures:hover {
    background-position: 0 -51px;
}
a .alt { display: none; }
/* Videos style below */
a#videos {
    display: block;
    width: 60px;
    height: 51px;
    background-image: url(../images/nav/videos.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#videos:hover {
    background-position: 0 -51px;
}
a .alt { display: none; }
/* Store style below */
a#store {
    display: block;
    width: 55px;
    height: 51px;
    background-image: url(../images/nav/store.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#store:hover {
    background-position: 0 -51px;
}
a .alt { display: none; }
/* Testimonials style below */
a#testimonials {
    display: block;
    width: 107px;
    height: 51px;
    background-image: url(../images/nav/testimonials.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#testimonials:hover {
    background-position: 0 -51px;
}
a .alt { display: none; }
/* Links style below */
a#links {
    display: block;
    width: 53px;
    height: 51px;
    background-image: url(../images/nav/links.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#links:hover {
    background-position: 0 -51px;
}
a .alt { display: none; }
/* CaJam style below */
a#cajam {
    display: block;
    width: 146px;
    height: 51px;
    background-image: url(../images/nav/california-jam.jpg);
    background-position: 0 0;
    margin: 0px;
}
a#cajam:hover {
    background-position: 0 -51px;
}
a .alt { display: none; }
