#menu a{
float: left;
display: inline;
height:26px;
padding-top: 0px;
text-align:center;
font-weight: bold;
text-decoration:none;
text-transform: uppercase;
color: #fff
}

#menu a:hover{

text-align:center;
font-weight: bold;
text-decoration: underline;
text-transform: uppercase;
color: #fff
}

.home a{
  width:67px;
  background:url(images/home.gif) no-repeat;
		
}

.home a:hover{
  background:url(images/home.gif) no-repeat;
}

.games a{
  width:74px;
  background:url(images/games.gif) no-repeat;
}

.games a:hover{
  background:url(images/games.gif) no-repeat;
}

.gamenights a{
  width: 123px;
  background:url(images/gamenights.gif) no-repeat;
}

.gamenights a:hover{
  background:url(images/gamenights.gif) no-repeat;
}

.reservations a{
  width: 134px;
  background:url(images/reservations.gif) no-repeat;
}

.reservations a:hover{
  background:url(images/reservations.gif) no-repeat;
}

.news a{
  width: 62px;
  background:url(images/news.gif) no-repeat;
}

.news a:hover{
  background:url(images/news.gif) no-repeat;
}

.prices a{
  width: 71px;
  background:url(images/prices.gif) no-repeat;
}

.prices a:hover{
  background:url(images/prices.gif) no-repeat;
}


.parental a{
  width: 92px;
  background:url(images/parental.gif) no-repeat;
}

.parental a:hover{
  background:url(images/parental.gif) no-repeat;
}

.forum a{
  width: 74px;
  background:url(images/forum.gif) no-repeat;
}

.forum a:hover{
  background:url(images/forum.gif) no-repeat;
}

.contact a{
  width: 90px;
  background:url(images/contact.gif) no-repeat;
}

.contact a:hover{
  background:url(images/contact.gif) no-repeat;
}


