
div#menubar {
	float: right;
	display: inline;
	width: 300px;
	height: 40px;
	margin: -10px 25px 0 0;
/*	border: 1px solid red;	*/
}
div#topmenu {
	display: inline;
	float: right;
	height: 30px;
}
div#topmenu a {
	display: block;
	width: 100%;
	height: 100%;
	overflow:hidden;
}

div.services {
	background: url(images/services_off.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 75px;
}
div.services a:hover {
	margin: 5px 0 0 0;
	background: url(images/services_on.gif);
	background-repeat: no-repeat;
	width: 75px;
}
div.onpage_services {
	margin: 5px 0 0 0;
	background: url(images/services_on.gif);
	background-repeat: no-repeat;
	width: 75px;
}

div.about {
	background: url(images/about_off.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
}
div.about a:hover {
	margin: 3px 0 0 0;
	background: url(images/about_on.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
}
div.onpage_about {
	margin: 3px 0 0 0;
	background: url(images/about_on.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
}

div.clients {
	background: url(images/clients_off.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
}
div.clients a:hover {
	margin: 3px 0 0 0;
	background: url(images/clients_on.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
}
div.onpage_clients {
	margin: 3px 0 0 0;
	background: url(images/clients_on.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
}

div.contact {
	background: url(images/contact_off.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
}
div.contact a:hover {
	margin: 3px 0 0 0;
	background: url(images/contact_on.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
}
div.onpage_contact {
	margin: 3px 0 0 0;
	background: url(images/contact_on.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 70px;
}
