div#menubar {
	float: left;
	display: inline;
	width: 655px;
	height: 50px;
	margin: -16px 0 0 0;
	position: relative;
	z-index: 200;
	font-size: 14px;
}
div#topmenu {
	display: inline;
	float: left;
	height: 50px;
	color: #FFFFFF;
}
div#topmenu a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	overflow:hidden;
}

div.home {
	margin-left: 20px;
	width: 70px;
	text-align: center;
}
div.home a:hover {
	width: 70px;
	font-weight: bold;
/*	background: url(images/raindrop.jpg);
	background-repeat: no-repeat;
	background-position: top;
*/
}
div.onpage_home {
	margin-left: 20px;
	width: 70px;
	text-align: center;
	background: url(images/raindrop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div.product {
	width: 110px;
	text-align: center;
}
div.product a:hover {
	width: 110px;
	font-weight: bold;
}
div.onpage_product {
	width: 110px;
	text-align: center;
	background: url(images/raindrop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div.purchase {
	width: 110px;
	text-align: center;
}
div.purchase a:hover {
	width: 110px;
	font-weight: bold;
}
div.onpage_purchase {
	width: 110px;
	text-align: center;
	background: url(images/raindrop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div.about {
	width: 150px;
	text-align: center;
}
div.about a:hover {
	width: 150px;
	font-weight: bold;
}
div.onpage_about {
	width: 150px;
	text-align: center;
	background: url(images/raindrop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div.faq {
	width: 80px;
	text-align: center;
}
div.faq a:hover {
	width: 80px;
	font-weight: bold;
}
div.onpage_faq{
	width: 80px;
	text-align: center;
	background: url(images/raindrop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

div.contact {
	width: 110px;
	text-align: center;
}
div.contact a:hover {
	width: 110px;
	font-weight: bold;
}
div.onpage_contact {
	width: 110px;
	text-align: center;
	background: url(images/raindrop.jpg);
	background-repeat: no-repeat;
	background-position: top;
}

