.menuHome {
display:block;
height:161px;
width:62px;
background:url(images/home.gif) 0 0 no-repeat;
text-indent: -9000px;
}

.menuHome:hover a{
display:block;
height:161px;
width:62px;
background:url(images/home-rollover.gif) 0 0 no-repeat;
text-indent: -9000px;
}

.menuAbout {
display:block;
height:161px;
width:62px;
background:url(images/about.gif) 0 0 no-repeat;
text-indent: -9000px;
}

.menuAbout:hover a{
display:block;
height:161px;
width:62px;
background:url(images/about-rollover.gif) 0 0 no-repeat;
text-indent: -9000px;
}

.menuGames {
display:block;
height:161px;
width:62px;
background:url(images/games.gif) 0 0 no-repeat;
text-indent: -9000px;
}

.menuGames:hover a{
display:block;
height:161px;
width:62px;
background:url(images/games-rollover.gif) 0 0 no-repeat;
text-indent: -9000px;
}

.menuContact {
display:block;
height:161px;
width:62px;
background:url(images/contact.gif) 0 0 no-repeat;
text-indent: -9000px;
}

.menuContact:hover a{
display:block;
height:161px;
width:62px;
background:url(images/contact-rollover.gif) 0 0 no-repeat;
text-indent: -9000px;
}