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.aboutherpes {
	background: url(images/aboutherpes_off.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
	margin-left: 114px;
}
div.aboutherpes a:hover {
	background: url(images/aboutherpes_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.onpage_aboutherpes {
	background: url(images/aboutherpes_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
	margin-left: 114px;
}

div.dietarysupport {
	background: url(images/dietarysupport_off.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
}
div.dietarysupport a:hover {
	background: url(images/dietarysupport_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.onpage_dietarysupport {
	background: url(images/dietarysupport_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 140px;
}

div.tellingalovedone {
	background: url(images/tellingalovedone_off.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 176px;
}
div.tellingalovedone a:hover {
	background: url(images/tellingalovedone_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
div.onpage_tellingalovedone {
	background: url(images/tellingalovedone_on.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 176px;
}

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;
}
