div.HomeButton {
}
.HomeButton a {
    display: block;
    width: 162px;
    height: 46px;
    background: url(Images/HomeButton.jpg) 0 0 no-repeat; 
}
.HomeButton a:hover {
    background-position:  0 -46px;
}

div.AdminButton {
}
.AdminButton a {
    display: block;
    width: 162px;
    height: 46px;
    background: url(Images/AdminButton.jpg) 0 0 no-repeat; 
}
.AdminButton a:hover {
    background-position:  0 -46px;
}
div.WorldButton {
}
.WorldButton a {
    display: block;
    width: 162px;
    height: 46px;
    background: url(Images/WorldButton.jpg) 0 0 no-repeat; 
}
.WorldButton a:hover {
    background-position:  0 -46px;
}
div.BookButton {
}
.BookButton a {
    display: block;
    width: 162px;
    height: 46px;
    background: url(Images/BookButton.jpg) 0 0 no-repeat; 
}
.BookButton a:hover {
    background-position:  0 -46px;
}
div.ContactButton {
}
.ContactButton a {
    display: block;
    width: 162px;
    height: 46px;
    background: url(Images/ContactButton.jpg) 0 0 no-repeat; 
}
.ContactButton a:hover {
    background-position:  0 -46px;
}
div.HelpButton {
}
.HelpButton a {
    display: block;
    width: 162px;
    height: 46px;
    background: url(#) 0 0 no-repeat; 
}
.HelpButton a:hover {
    background-position:  0 -46px;
}
div.MusicButton {
}
.MusicButton a {
    display: block;
    width: 162px;
    height: 46px;
    background: url(Images/MusicButton.jpg) 0 0 no-repeat; 
}
.MusicButton a:hover {
    background-position:  0 -46px;
}
