.img_top {
	display: block;
	border: 0px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

a.link_text {
	display: block;
	color: black;
	text-decoration: none;
}

a.link_text:hover {
	display: block;
	color: #CC3300;
	text-decoration: none;
}

#nav li {
	/* all list items */
	float: left;
	width: 90px; /* width needed or else Opera goes nuts */
	font-weight: normal;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

	font-size: 10pt;
}

#nav li.arets {
   width: 120px;
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	padding: 2px 2px 10px 2px;
	line-height: 16px;
	width: 140px;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

h1.producten {
	text-indent:-5000px;
	background-image: url(../../images/menu/producten0_de.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
}

h1.nieuws {
	text-indent:-5000px;
	background-image: url(../../images/menu/nieuws0_de.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
}

h1.ergowijzer {
	text-indent:-5000px;
	background-image: url(../../images/menu/ergo0_uk.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
}

h1.bestellen {
	text-indent:-5000px;
	background-image: url(../../images/menu/bestellen0.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
}

h1.emailtips {
	text-indent:-5000px;
	background-image: url(../../images/menu/emailtips0.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
}

h1.backshop {
	text-indent:-5000px;
	background-image: url(../../images/menu/backshop0_de.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
}

h1.rsi {
	text-indent:-5000px;
	background-image: url(../../images/menu/rsi0.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0px;
	padding: 0px;
}