div#menubar {
	float: left;
	display: inline;
	width: 985px;
	height: 66px;
	margin-left: 334px;
/*	border: 1px solid green;	*/
}
div#topmenu {
	display: inline;
	float: left;
	height: 66px;
	margin-right: 10px;
}
div#topmenu a {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

div.aboutfria {
	background: url(images/aboutfria_off.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
}
div.aboutfria a:hover {
	background: url(images/aboutfria_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.onpage_aboutfria {
	background: url(images/aboutfria_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
}

div.takingfria {
	background: url(images/takingfria_off.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
}
div.takingfria a:hover {
	background: url(images/takingfria_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.onpage_takingfria {
	background: url(images/takingfria_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
}

div.testimonials {
	background: url(images/testimonials_off.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
}
div.testimonials a:hover {
	background: url(images/testimonials_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.onpage_testimonials {
	background: url(images/testimonials_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
}

div.ingredients {
	background: url(images/ingredients_off.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
}
div.ingredients a:hover {
	background: url(images/ingredients_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.onpage_ingredients {
	background: url(images/ingredients_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
}

div.buyfria {
	background: url(images/buyfria_off.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
}
div.buyfria a:hover {
	background: url(images/buyfria_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-left: -1px;
}
div.onpage_buyfria {
	background: url(images/buyfria_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
}
