/* CSS Document */
 a span {
 display:none;
 }
 
/*All float */
#homeButton,
#omegaButton,
#productsButton, 
#recipesButton,
#sensationalButton,
#healthButton{
	float : left;
}
/* Home Display */

a.home{	
	display : block;
	width : 85px;
	height : 40px;
	background-image: url(../../images/francais/nav/home_off.gif);
	}
a.home:hover{
	display : block;
	width : 85px;
	height : 40px;
	background-image: url(../../images/francais/nav/home_on.gif);
	}
#home #homeButton a{
	display : block;
	width : 85px;
	height : 40px;
	background-image: url(../../images/francais/nav/home_on.gif);
	}

/* Omega3 Display */
a.omega{	
	display:block;
	width:73px;
	height:40px;
	background-image: url(../../images/francais/nav/omega3_off.gif);
	}
a.omega:hover{	
	display:block;
	width:73px;
	height:40px;
	background-image: url(../../images/francais/nav/omega3_on.gif);
	}
#omega #omegaButton a{
	display:block;
	width:73px;
	height:40px;
	background-image: url(../../images/francais/nav/omega3_on.gif);
}



/* P

/* Products Display */
a.products{	
	display : block;
	width : 74px;
	height : 40px;
	background-image: url(../../images/francais/nav/products_off.gif);
}
a.products:hover {
	display : block;
	width : 74px;
	height : 40px;
	background-image: url(../../images/francais/nav/products_on.gif);
}
#product #productsButton a{
	display : block;
	width : 74px;
	height : 40px;
	background-image: url(../../images/francais/nav/products_on.gif);
}

/* Recipes Display */
a.recipes{
	display : block;
	width : 76px;
	height : 40px;
	background-image: url(../../images/francais/nav/recipes_off.gif);
}
a.recipes:hover{
	display : block;
	width : 76px;
	height : 40px;
	background-image: url(../../images/francais/nav/recipes_on.gif);
}
#recipes #recipesButton a{
	display : block;
	width : 76px;
	height : 40px;
	background-image: url(../../images/francais/nav/recipes_on.gif);
}


/* Sensation Display */
a.sensational{
	display : block;
	width : 154px;
	height : 40px;
	background-image: url(../../images/francais/nav/senStation_off.gif);
}
a.sensational:hover{
	display : block;
	width : 154px;
	height : 40px;
	background-image: url(../../images/francais/nav/senStation_on.gif);
}
#sensational #sensationalButton a{
	display : block;
	width : 154px;
	height : 40px;
	background-image: url(../../images/francais/nav/senStation_on.gif);
}

/* Health Display */
a.health{
	display : block;
	width : 218px;
	height : 40px;
	background-image: url(../../images/francais/nav/healthFitness_off.gif);
}

a.health:hover{
	display : block;
	width : 218px;
	height : 40px;
	background-image: url(../../images/francais/nav/healthFitness_on.gif);
}
#health #healthButton a{
	display : block;
	width : 218px;
	height : 40px;
	background-image: url(../../images/francais/nav/healthFitness_on.gif);
}


