#menu {
margin: 0px;
padding: 0px;
list-style-type: none;
}

#menu li {
float: left;
}

#menu li span {
display: none;
}

#menu li a {
display: block;
}

#menu_home a {
width: 120px;
height: 60px;
background-image: url('images/menu.jpg');
background-repeat: no-repeat;
}

#menu_home a:hover {
background-position: 0px -80px;
}

#menu_games a {
width: 140px;
height: 60px;
background-image: url('images/menu.jpg');
background-repeat: no-repeat;
background-position: -120px 0px;
}

#menu_games a:hover {
background-position: -120px -80px;
}

#menu_favorieten a {
width: 190px;
height: 60px;
background-image: url('images/menu.jpg');
background-repeat: no-repeat;
background-position: -260px 0px;
}

#menu_favorieten a:hover {
background-position: -260px -80px;
}

#menu_startpagina a {
width: 200px;
height: 60px;
background-image: url('images/menu.jpg');
background-repeat: no-repeat;
background-position: -450px 0px;
}

#menu_startpagina a:hover {
background-position: -450px -80px;
}
