﻿
/* headermenu */
#topmenu {
	margin: 0 auto;
	width: 937px;
	height: 44px;
	margin-top: 22px;
	white-space:nowrap;
}

#topmenu ul li {
	list-style: none;
	display: inline;
	display: block;
	width: 172px;
	height: 42px;
	margin-left: 16px;
	float: left;
	border: 1px solid #0073c6;
}

#topmenu ul li:first-child {
	margin-left: 2px;
}

#topmenu ul li a {
	display: block;
	width: 172px;
	height: 42px;
	Text-indent: -9000px;
}

a.autobleeker 				{background: url('../images/menu/autobleeker.jpg') 0% 0%;}
a.bleekerlease 				{background: url('../images/menu/bleekerlease.jpg') 0% 0%;}
a.autorenttwente			{background: url('../images/menu/autorenttwente.jpg') 0% 0%;}
a.autoschadehersteltwente	{background: url('../images/menu/autoschadehersteltwente.jpg') 0% 0%;}
a.autowastwente 			{background: url('../images/menu/autowastwente.jpg') 0% 0%;}
#topmenu ul li a:hover 		{background-position: 0% 100% ;}


