.mainMenu {
	float: inherit;
	width: 940px;
	height: 45px;
}


#home
{
	display: inline-block;
	width: 107px;
	height: 45px;
	background-image: url(../Images_Agora/menu/home.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#home:hover
{
	background-position: 0 -45px;
}

#home span
{
  display: none;
}

#drinks
{
	display: inline-block;
	width: 123px;
	height: 45px;
	background-image: url(../Images_Agora/menu/drinks.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;
	text-align: center;
}

#drinks:hover
{
	background-position: 0 -45px;
}

#drinks span
{
  display: none;
}

#products
{
	display: inline-block;
	width: 149px;
	height: 45px;
	background-image: url(../Images_Agora/menu/products.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;
	text-align: center;
}

#products:hover
{
	background-position: 0 -45px;
}

#products span
{
  display: none;
}

#press
{
	display: inline-block;
	width: 115px;
	height: 45px;
	background-image: url(../Images_Agora/menu/press.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;
	text-align: center;
}

#press:hover
{
	background-position: 0 -45px;
}

#press span
{
  display: none;
}

#contact
{
	display: inline-block;
	width: 137px;
	height: 45px;
	background-image: url(../Images_Agora/menu/contact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;
	text-align: center;
}

#contact:hover
{
	background-position: 0 -45px;
}

#contact span
{
  display: none;
}




#coffee
{
	display: block;
	width: 145px;
	height: 40px;
	background-image: url(../Images_Agora/drinks/Coffee.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;
	text-align: center;
}

#coffee:hover
{
	background-position: 0 -40px;
}

#coffee span
{
  display: none;
}

#tea
{
	display: block;
	width: 145px;
	height: 40px;
	background-image: url(../Images_Agora/drinks/Tea.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;
	text-align: center;
}

#tea:hover
{
	background-position: 0 -40px;
}

#tea span
{
  display: none;
}

#beer
{
	display: block;
	width: 145px;
	height: 40px;
	background-image: url(../Images_Agora/drinks/Beer.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;
	text-align: center;
}

#beer:hover
{
	background-position: 0 -40px;
}

#beer span
{
  display: none;
}

#rwines
{
	display: block;
	width: 145px;
	height: 40px;
	background-image: url(../Images_Agora/drinks/Rwines.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;
	text-align: center;
}

#rwines:hover
{
	background-position: 0 -40px;
}

#rwines span
{
  display: none;
}

#wwines
{
	display: block;
	width: 145px;
	height: 40px;
	background-image: url(../Images_Agora/drinks/Wwines.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;
	text-align: center;
}

#wwines:hover
{
	background-position: 0 -40px;
}

#wwines span
{
  display: none;
}

#gwines
{
	display: block;
	width: 145px;
	height: 40px;
	background-image: url(../Images_Agora/drinks/Gwines.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;
	text-align: center;
}

#gwines:hover
{
	background-position: 0 -40px;
}

#gwines span
{
  display: none;
}

#champagnes
{
	display: block;
	width: 145px;
	height: 40px;
	background-image: url(../Images_Agora/drinks/Champagnes.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;
	text-align: center;
}

#champagnes:hover
{
	background-position: 0 -40px;
}

#champagnes span
{
  display: none;
}

#newarrivals
{
	display: block;
	width: 145px;
	height: 40px;
	background-image: url(../Images_Agora/drinks/Newarrivals.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;
	text-align: center;
}

#newarrivals:hover
{
	background-position: 0 -40px;
}

#newarrivals span
{
  display: none;
}

#others
{
	display: block;
	width: 145px;
	height: 40px;
	background-image: url(../Images_Agora/drinks/Other.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;
	text-align: center;
}

#others:hover
{
	background-position: 0 -40px;
}

#others span
{
  display: none;
}

#desserts
{
	display: block;
	width: 145px;
	height: 40px;
	background-image: url(../Images_Agora/drinks/Desserts.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;	
	position: relative;
	text-align: center;
}

#desserts:hover
{
	background-position: 0 -40px;
}

#desserts span
{
  display: none;
}