#nav ul {
	position: relative;
	left: 0px;
	top: 0px;
	height: 140px;
	width: 450px;
        padding: 0px;
        margin: 0px;
}
#nav li {
	top: 0px;
	height: 28px;
	width: 450px;
	display: block;
        padding: 0px;
        margin: 0px;
}
#nav li a {
	top: 0px;
	height: 28px;
	width: 450px;
	display: block;
	vertical-align: top; /* This fixes the IE5 Win gap! */
	margin: 0px;
}
#nav li a span {
	display: none;
}

/*nl navitems*/
#navArtoosNL A {
	background: url(/01/images/navNL.png) 0 0px no-repeat;
}
#navArtoosNL A:hover, #navArtoosNL A.active {
	background: url(/01/images/navNL.png) 0 -140px no-repeat;
}
#navAutomateNL A {
	background: url(/01/images/navNL.png) 0 -28px no-repeat;
}
#navAutomateNL A:hover, #navAutomateNL A.active {
	background: url(/01/images/navNL.png) 0 -168px no-repeat;
}
#navCreateNL A {
	background: url(/01/images/navNL.png) 0 -56px no-repeat;
}
#navCreateNL A:hover, #navCreateNL A.active {
	background: url(/01/images/navNL.png) 0 -196px no-repeat;
}
#navPrintNL A {
	background: url(/01/images/navNL.png) 0 -84px no-repeat;
}
#navPrintNL A:hover, #navPrintNL A.active {
	background: url(/01/images/navNL.png) 0 -224px no-repeat;
}
#navSendNL A {
	background: url(/01/images/navNL.png) 0 -112px no-repeat;
}
#navSendNL A:hover, #navSendNL A.active {
	background: url(/01/images/navNL.png) 0 -252px no-repeat;
}
/*fr navitems*/
#navArtoosFR A {
	background: url(/01/images/navFR.png) 0 0px no-repeat;
}
#navArtoosFR A:hover, #navArtoosFR A.active {
	background: url(/01/images/navFR.png) 0 -140px no-repeat;
}
#navAutomateFR A {
	background: url(/01/images/navFR.png) 0 -28px no-repeat;
}
#navAutomateFR A:hover, #navAutomateFR A.active {
	background: url(/01/images/navFR.png) 0 -168px no-repeat;
}
#navCreateFR A {
	background: url(/01/images/navFR.png) 0 -56px no-repeat;
}
#navCreateFR A:hover, #navCreateFR A.active {
	background: url(/01/images/navFR.png) 0 -196px no-repeat;
}
#navPrintFR A {
	background: url(/01/images/navFR.png) 0 -84px no-repeat;
}
#navPrintFR A:hover, #navPrintFR A.active {
	background: url(/01/images/navFR.png) 0 -224px no-repeat;
}
#navSendFR A {
	background: url(/01/images/navFR.png) 0 -112px no-repeat;
}
#navSendFR A:hover, #navSendFR A.active {
	background: url(/01/images/navFR.png) 0 -252px no-repeat;
}
/*en navitems*/
#navArtoosEN A {
	background: url(/01/images/navEN.png) 0 0px no-repeat;
}
#navArtoosEN A:hover, #navArtoosEN A.active {
	background: url(/01/images/navEN.png) 0 -140px no-repeat;
}
#navAutomateEN A {
	background: url(/01/images/navEN.png) 0 -28px no-repeat;
}
#navAutomateEN A:hover, #navAutomateEN A.active {
	background: url(/01/images/navEN.png) 0 -168px no-repeat;
}
#navCreateEN A {
	background: url(/01/images/navEN.png) 0 -56px no-repeat;
}
#navCreateEN A:hover, #navCreateEN A.active {
	background: url(/01/images/navEN.png) 0 -196px no-repeat;
}
#navPrintEN A {
	background: url(/01/images/navEN.png) 0 -84px no-repeat;
}
#navPrintEN A:hover, #navPrintEN A.active {
	background: url(/01/images/navEN.png) 0 -224px no-repeat;
}
#navSendEN A {
	background: url(/01/images/navEN.png) 0 -112px no-repeat;
}
#navSendEN A:hover, #navSendEN A.active {
	background: url(/01/images/navEN.png) 0 -252px no-repeat;
}
