/* English Nav */

#nav {
			width:615px;
			height:30px;
			padding-top:120px;
			margin:0px 145px;
			overflow:hidden;
	}

#navAccueil:link, #navAccueil:visited { 
			display: block; 
			width: 77px; 
			height: 30px; 
			/*line-height: 40px; */
			color: #000; 
			text-decoration: none; 
			background:  url(../images/accueilLink.gif) no-repeat left top; 
			text-indent: -5000px; 
			} 

		#navProduits:link, #navProduits:visited { 
			display: block; 
			width: 85px; 
			height: 30px; 
			/*line-height: 40px; */
			color: #000; 
			text-decoration: none; 
			background:  url(../images/produitLink.gif) no-repeat left top; 
			text-indent: -5000px; 
		}

		#navScience:link, #navScience:visited { 
			display: block; 
			width: 169px; 
			height: 30px; 
			/*line-height: 40px; */
			color: #000; 
			text-decoration: none; 
			background:  url(../images/scienceLink.gif) no-repeat left top; 
			text-indent: -5000px;  
		}

		#navPromo:link, #navPromo:visited { 
			display: block; 
			width: 108px; 
			height: 30px; 
			/*line-height: 40px; */
			color: #000; 
			text-decoration: none; 
			background:  url(../images/promoLink.gif) no-repeat left top; 
			text-indent: -5000px; 
		}

		#navFAQ:link, #navFAQ:visited { 
			display: block; 
			width: 61px; 
			height: 30px; 
			/*line-height: 40px; */
			color: #000; 
			text-decoration: none; 
			background:  url(../images/faqLink.gif) no-repeat left top; 
			text-indent: -5000px; 
		}

		#navMarchand:link, #navMarchand:visited { 
			display: block; 
			width: 111px; 
			height: 30px; 
			/*line-height: 40px; */
			color: #000; 
			text-decoration: none; 
			background:  url(../images/marchandLink.gif) no-repeat left top; 
			text-indent: -5000px; 
		}


		#navAccueil:hover {
			background:  url(../images/accueilLink.gif) no-repeat left bottom;
		}

		#navProduits:hover {
			background:  url(../images/produitLink.gif) no-repeat left bottom;
		}

		#navScience:hover {
			background:  url(../images/scienceLink.gif) no-repeat left bottom;
		}

		#navPromo:hover {
			background:  url(../images/promoLink.gif) no-repeat left bottom;
		}

		#navFAQ:hover {
			background:  url(../images/faqLink.gif) no-repeat left bottom;
		}

		#navMarchand:hover {
			background:  url(../images/marchandLink.gif) no-repeat left bottom;
		}





		.vetdiet-tabs {
			position: absolute;
			top:0;
			left: 0;
			z-index: 10;
		}

		.home-tab {
			left: -5px;
		}

		.vetdiet-tab {
			left: 60px;
		}

		.vetdiet-i-tab {
			left: 215px;
		}

		a img{
			border: none;
		}

