#menu TD{
	padding-left:7px;
	padding-right:7px;
	background-position:top center;
	background-repeat:no-repeat;
}
.menubutton{
	width:100%;
	height:25px;
	display:block;
}
#menu_home{
	width:52px;
	background-image:url(../images/menu/home.jpg);
}
#menu_home:hover{
	background-image:url(../images/menu/home_h.jpg);
}
#menu_info{
	width:93px;
	background-image:url(../images/menu/info.jpg);
}
#menu_info:hover{
	background-image:url(../images/menu/info_h.jpg);
}
#menu_regels{
	width:59px;
	background-image:url(../images/menu/regels.jpg);
}
#menu_regels:hover{
	background-image:url(../images/menu/regels_h.jpg);
}
#menu_crew{
	width:51px;
	background-image:url(../images/menu/crew.jpg);
}
#menu_crew:hover{
	background-image:url(../images/menu/crew_h.jpg);
}
#menu_sponsors{
	width:85px;
	background-image:url(../images/menu/sponsors.jpg);
}
#menu_sponsors:hover{
	background-image:url(../images/menu/sponsors_h.jpg);
}
#menu_compos{
	width:75px;
	background-image:url(../images/menu/compos.jpg);
}
#menu_compos:hover{
	background-image:url(../images/menu/compos_h.jpg);
}
#menu_prijzen{
	width:62px;
	background-image:url(../images/menu/prijzen.jpg);
}
#menu_prijzen:hover{
	background-image:url(../images/menu/prijzen_h.jpg);
}
#menu_forum{
	width:60px;
	background-image:url(../images/menu/forum.jpg);
}
#menu_forum:hover{
	background-image:url(../images/menu/forum_h.jpg);
}
