/* home style below */
a#homepage {
    display: block;
    width: 176px;
    height: 83px;
    background-image: url(../navigation/enter-fbdesign.gif);
    background-position: 0 0;
    margin: 0px;
}
a#homepage:hover {
    background-position: 0 -83px;
}
a .alt { display: none; }
/* work style below */
a#work {
    display: block;
    width: 491px;
    height: 46px;
    background-image: url(../navigation/work.gif);
    background-position: 0 0;
    margin: 0px;
}
a#work:hover {
    background-position: 0 -46px;
}
a .alt { display: none; }
/* creative style below */
a#creative {
    display: block;
    width: 491px;
    height: 31px;
    background-image: url(../navigation/creative-process.gif);
    background-position: 0 0;
    margin: 0px;
}
a#creative:hover {
    background-position: 0 -31px;
}
a .alt { display: none; }
/* expertise style below */
a#expertise {
    display: block;
    width: 491px;
    height: 31px;
    background-image: url(../navigation/expertise.gif);
    background-position: 0 0;
    margin: 0px;
}
a#expertise:hover {
    background-position: 0 -31px;
}
a .alt { display: none; }
/* about style below */
a#about {
    display: block;
    width: 491px;
    height: 31px;
    background-image: url(../navigation/about.gif);
    background-position: 0 0;
    margin: 0px;
}
a#about:hover {
    background-position: 0 -31px;
}
a .alt { display: none; }
/* contact style below */
a#contact {
    display: block;
    width: 491px;
    height: 23px;
    background-image: url(../navigation/contact.gif);
    background-position: 0 0;
    margin: 0px;
}
a#contact:hover {
    background-position: 0 -23px;
}
a .alt { display: none; }
/* boutique style below */
a#boutique {
    display: block;
    width: 491px;
    height: 30px;
    background-image: url(../navigation/boutique.gif);
    background-position: 0 0;
    margin: 0px;
}
a#boutique:hover {
    background-position: 0 -30px;
}
a .alt { display: none; }