/* Home style below */
a#home {
    display: block;
    width: 243px;
    height: 29px;
    background-image: url(../images/nav/home.png);
    background-position: 0 0;
    margin: 0px;
}
a#home:hover {
    background-position: 0 -29px;
}
a .alt { display: none; }
/* About style below */
a#about {
    display: block;
    width: 243px;
    height: 21px;
    background-image: url(../images/nav/about-nena.png);
    background-position: 0 0;
    margin: 0px;
}
a#about:hover {
    background-position: 0 -21px;
}
a .alt { display: none; }
/* Live Blood Analysis style below */
a#blood {
    display: block;
    width: 243px;
    height: 25px;
    background-image: url(../images/nav/live-blood-analysis.png);
    background-position: 0 0;
    margin: 0px;
}
a#blood:hover {
    background-position: 0 -25px;
}
a .alt { display: none; }
/* Nutritional Consultations style below */
a#nutritional {
    display: block;
    width: 243px;
    height: 19px;
    background-image: url(../images/nav/nutritional-consultations.png);
    background-position: 0 0;
    margin: 0px;
}
a#nutritional:hover {
    background-position: 0 -19px;
}
a .alt { display: none; }
/* Cooking Class Prevention style below */
a#ccprevention {
    display: block;
    width: 243px;
    height: 37px;
    background-image: url(../images/nav/cooking-classes-prevention.png);
    background-position: 0 0;
    margin: 0px;
}
a#ccprevention:hover {
    background-position: 0 -37px;
}
a .alt { display: none; }
/* Cooking Class for Groups style below */
a#ccgroups {
    display: block;
    width: 243px;
    height: 35px;
    background-image: url(../images/nav/cooking-classes-for-groups.png);
    background-position: 0 0;
    margin: 0px;
}
a#ccgroups:hover {
    background-position: 0 -35px;
}
a .alt { display: none; }
/* Cooking Class for Kids style below */
a#cckids {
    display: block;
    width: 243px;
    height: 37px;
    background-image: url(../images/nav/cooking-classes-for-kids.png);
    background-position: 0 0;
    margin: 0px;
}
a#cckids:hover {
    background-position: 0 -37px;
}
a .alt { display: none; }
/* Recipes style below */
a#recipes {
    display: block;
    width: 243px;
    height: 21px;
    background-image: url(../images/nav/healthy-recipes.png);
    background-position: 0 0;
    margin: 0px;
}
a#recipes:hover {
    background-position: 0 -21px;
}
a .alt { display: none; }
/* Events style below */
a#events {
    display: block;
    width: 243px;
    height: 23px;
    background-image: url(../images/nav/cooking-events.png);
    background-position: 0 0;
    margin: 0px;
}
a#events:hover {
    background-position: 0 -23px;
}
a .alt { display: none; }
/* Products style below */
a#products {
    display: block;
    width: 243px;
    height: 21px;
    background-image: url(../images/nav/healthy-products.png);
    background-position: 0 0;
    margin: 0px;
}
a#products:hover {
    background-position: 0 -21px;
}
a .alt { display: none; }
/* Testimonials style below */
a#testimonials {
    display: block;
    width: 243px;
    height: 23px;
    background-image: url(../images/nav/testimonials.png);
    background-position: 0 0;
    margin: 0px;
}
a#testimonials:hover {
    background-position: 0 -23px;
}
a .alt { display: none; }
/* Contact style below */
a#contact {
    display: block;
    width: 243px;
    height: 21px;
    background-image: url(../images/nav/contact-nena-niessen.png);
    background-position: 0 0;
    margin: 0px;
}
a#contact:hover {
    background-position: 0 -21px;
}
a .alt { display: none; }