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