@charset "utf-8";
/* CSS Document */


/* MAINMENU NEDERLANDS */

a.mainMenuItemNL {
	width: 119px;
	height: 47px;
	margin: 0px 1px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	float: left;
}

a.mainMenuItemNL span {
	display: none;
}

a.mainMenuItemNL#itemA:link,
a.mainMenuItemNL#itemA:visited,
a.mainMenuItemNL#itemA:active {
	background: url(images/nl/menuitem01.gif) top left no-repeat;
}

a.mainMenuItemNL#itemA:hover,
a.mainMenuItemNL#itemA:focus {
	outline: none;
	background: url(images/nl/menuitem01.gif) top right no-repeat;
}

a.mainMenuItemNL#itemB:link,
a.mainMenuItemNL#itemB:visited,
a.mainMenuItemNL#itemB:active {
	background: url(images/nl/menuitem02.gif) top left no-repeat;
}

a.mainMenuItemNL#itemB:hover,
a.mainMenuItemNL#itemB:focus {
	outline: none;
	background: url(images/nl/menuitem02.gif) top right no-repeat;
}

a.mainMenuItemNL#itemC:link,
a.mainMenuItemNL#itemC:visited,
a.mainMenuItemNL#itemC:active {
	background: url(images/nl/menuitem03.gif) top left no-repeat;
}

a.mainMenuItemNL#itemC:hover,
a.mainMenuItemNL#itemC:focus {
	outline: none;
	background: url(images/nl/menuitem03.gif) top right no-repeat;
}

a.mainMenuItemNL#itemD:link,
a.mainMenuItemNL#itemD:visited,
a.mainMenuItemNL#itemD:active {
	background: url(images/nl/menuitem04.gif) top left no-repeat;
}

a.mainMenuItemNL#itemD:hover,
a.mainMenuItemNL#itemD:focus {
	outline: none;
	background: url(images/nl/menuitem04.gif) top right no-repeat;
}

body.vervolg#products a.mainMenuItemNL#itemA {
	background: url(images/nl/menuitem01.gif) top right no-repeat;
}

body.vervolg#machines a.mainMenuItemNL#itemB {
	background: url(images/nl/menuitem02.gif) top right no-repeat;
}

body.vervolg#service a.mainMenuItemNL#itemC {
	background: url(images/nl/menuitem03.gif) top right no-repeat;
}

body.vervolg#about a.mainMenuItemNL#itemD {
	background: url(images/nl/menuitem04.gif) top right no-repeat;
}
