			#menubar a:link
			{
				display:inline;
				
			}
			
			.home
			{
				height:30px;
				width:100px;
				float:left;
				background-image:url('./en/01_home.jpg');
				background-position:left;
				cursor:pointer;
			}

			a:hover .home{
				background-image:url('./en/01_home.jpg');
				background-position:right;
			}

			
			a .home
			{
			text-decoration:none;
			cursor:pointer;
			}
			
			.map
			{
				height:30px;
				width:100px;
				float:left;
				background-image:url('./en/02_map.jpg');
				background-position:left;
				cursor:pointer;
			}

			a:hover .map{
				background-image:url('./en/02_map.jpg');
				background-position:right;
			}

			
			a.map
			{
			text-decoration:none;
			cursor:pointer;
			}
			
			.categories
			{
				height:30px;
				width:100px;
				float:left;
				background-image:url('./en/02_categories.jpg');
				background-position:left;
				text-align:center;
				color:white;
				text-decoration:none;
				cursor:pointer;
			}

			a:hover .categories{
				background-image:url('./en/02_categories.jpg');
				background-position:right;
			}

			
			a .categories
			{
			text-decoration:none;
			cursor:pointer;
			}
			
			.goodies
			{
				height:30px;
				width:100px;
				float:left;
				background-image:url('./en/03_goodies.jpg');
				background-position:left;
				text-align:center;
				color:white;
				text-decoration:none;
				cursor:pointer;
			}

			a:hover .goodies{
				background-image:url('./en/03_goodies.jpg');
				background-position:right;
			}

			
			a .goodies
			{
			text-decoration:none;
			cursor:pointer;
			}
			
			.help
			{
				height:30px;
				width:100px;
				float:left;
				background-image:url('./en/04_help.jpg');
				background-position:left;
				text-align:center;
				color:white;
				text-decoration:none;
				cursor:pointer;
			}

			a:hover .help{
				background-image:url('./en/04_help.jpg');
				background-position:right;
			}

			
			a .help
			{
			text-decoration:none;
			cursor:pointer;
			}
			
			.about
			{
				height:30px;
				width:100px;
				float:left;
				background-image:url('./en/05_about.jpg');
				background-position:left;
				text-align:center;
				color:white;
				text-decoration:none;
				cursor:pointer;
			}

			a:hover .about{
				background-image:url('./en/05_about.jpg');
				background-position:right;
			}

			
			a .about
			{
			text-decoration:none;
			cursor:pointer;
			}
			
			.contact
			{
				height:30px;
				width:100px;
				float:left;
				background-image:url('./en/06_contact.jpg');
				background-position:left;
				text-align:center;
				color:white;
				text-decoration:none;
				cursor:pointer;
			}

			a:hover .contact{
				background-image:url('./en/06_contact.jpg');
				background-position:right;
			}

			
			a .contact
			{
			text-decoration:none;
			cursor:pointer;
			}
			
			.guestbook
			{
				height:30px;
				width:100px;
				float:left;
				background-image:url('./en/07_guestbook.jpg');
				background-position:left;
				text-align:center;
				color:white;
				text-decoration:none;
				cursor:pointer;
			}

			a:hover .guestbook{
				background-image:url('./en/07_guestbook.jpg');
				background-position:right;
			}

			
			a .guestbook
			{
			text-decoration:none;
			cursor:pointer;
			}
			
			.links
			{
				height:30px;
				width:100px;
				float:left;
				background-image:url('./en/08_links.jpg');
				background-position:left;
				text-align:center;
				color:white;
				text-decoration:none;
				cursor:pointer;
			}

			a:hover .links{
				background-image:url('./en/08_links.jpg');
				background-position:right;
			}

			
			a .links
			{
			text-decoration:none;
			cursor:pointer;
			}
			
			.lang
			{
				height:30px;
				width:40px;
				float:left;
				background-image:url('../images/fr.jpg');
				background-position:left;
				text-align:center;
				color:white;
				text-decoration:none;
				cursor:pointer;
			}

			a:hover .lang{
				background-image:url('../images/fr.jpg');
				background-position:right;
			}

			
			a .lang
			{
			text-decoration:none;
			cursor:pointer;
			}