#home-off a {
    display: block;
    overflow: hidden;
    height: 33px !important;
    width: 110px;
    background-image: url(../images/home-off.gif);
    padding-top: 0px;
    text-align: right;
    margin: 0px 0px;
}

#home-off a:hover {
    background-image: url(../images/home-on.gif);
}



#history-off a {
    display: block;
    overflow: hidden;
    height: 33px !important;
    width: 110px;
    background-image: url(../images/history-off.gif);
    padding-top: 0px;
    text-align: right;
    margin: 0px 0px;
}

#history-off a:hover {
    background-image: url(../images/history-on.gif);
}



#gallery-off a {
    display: block;
    overflow: hidden;
    height: 33px !important;
    width: 140px;
    background-image: url(../images/gallery-off.gif);
    padding-top: 0px;
    text-align: right;
    margin: 0px 0px;
}

#gallery-off a:hover {
    background-image: url(../images/gallery-on.gif);
}



#essay-off a {
    display: block;
    overflow: hidden;
    height: 33px !important;
    width: 110px;
    background-image: url(../images/essay-off.gif);
    padding-top: 0px;
    text-align: right;
    margin: 0px 0px;
}

#essay-off a:hover {
    background-image: url(../images/essay-on.gif);
}



#blog-off a {
    display: block;
    overflow: hidden;
    height: 33px !important;
    width: 110px;
    background-image: url(../images/blog-off.gif);
    padding-top: 0px;
    text-align: right;
    margin: 0px 0px;
}

#blog-off a:hover {
    background-image: url(../images/blog-on.gif);
}



#profile-off a {
    display: block;
    overflow: hidden;
    height: 33px !important;
    width: 110px;
    background-image: url(../images/profile-off.gif);
    padding-top: 0px;
    text-align: right;
    margin: 0px 0px;
}

#profile-off a:hover {
    background-image: url(../images/profile-on.gif);
}



#staff-off a {
    display: block;
    overflow: hidden;
    height: 33px !important;
    width: 110px;
    background-image: url(../images/staff-off.gif);
    padding-top: 0px;
    text-align: right;
    margin: 0px 0px;
}

#staff-off a:hover {
    background-image: url(../images/staff-on.gif);
}



#link-off a {
    display: block;
    overflow: hidden;
    height: 33px !important;
    width: 110px;
    background-image: url(../images/link-off.gif);
    padding-top: 0px;
    text-align: right;
    margin: 0px 0px;
}

#link-off a:hover {
    background-image: url(../images/link-on.gif);
}

