/* CSS Document */
 a span {
 display:none;
 }
 
/*All float */
#homeButton,
#omegaButton,
#productsButton, 
#recipesButton,
#sensationalButton,
#healthButton{
	float : left;
}
/* Home Display */
#homeButton a{
	display : block;
	width : 81px;
	height : 40px;
	background-image: url(../../images/english/nav/home_off.gif);
	}
#homeButton a:hover{
	display : block;
	width : 81px;
	height : 40px;
	background-image: url(../../images/english/nav/home_on.gif);
}

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

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

#omegaButton a:hover{
display:block;
	width:81px;
	height:40px;
	background-image: url(../../images/english/nav/omega3_on.gif);
}

#omega #omegaButton a{
	display:block;
	width:81px;
	height:40px;
	background-image: url(../../images/english/nav/omega3_on.gif);
}


/* Products Display */
#productsbutton a{
	display : block;
	width : 93px;
	height : 40px;
	background-image: url(../../images/english/nav/products_off.gif);
}
#productsbutton a:hover{
	display : block;
	width : 93px;
	height : 40px;
	background-image: url(../../images/english/nav/products_on.gif);
}

#product #productsbutton a{
	display : block;
	width : 93px;
	height : 40px;
	background-image: url(../../images/english/nav/products_on.gif);
}

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


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

#senational #sensationalButton a{
	display : block;
	width : 163px;
	height : 40px;
	background-image: url(../../images/english/nav/senStation_on.gif);
}

/* Health Display */
#healthButton a{
	display : block;
	width : 157px;
	height : 40px;
	background-image: url(../../images/english/nav/healthFitness_off.gif);
}
#healthButton a:hover{
	display : block;
	width : 157px;
	height : 40px;
	background-image: url(../../images/english/nav/healthFitness_on.gif);
}

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