div#nav {
	padding-top:10px;
}
div#nav a {
	cursor:pointer;
}

div#nav table td#home {
	width:102px;
	height:63px;
	background:url(/images/site_NL/home.png) top;
	cursor:pointer;
}
div#nav table td#home:hover, div#nav table td#home.current {
	background:url(/images/site_NL/home.png) bottom;
}

div#nav table td#details {
	width:170px;
	height:63px;
	background:url(/images/site_NL/details.png) top;
}
div#nav table td#details:hover, div#nav table td#details.current {
	background:url(/images/site_NL/details.png) bottom;
}

div#nav table td#demos {
	width:163px;
	height:63px;
	background:url(/images/site_NL/demos.png) top;
}
div#nav table td#demos:hover, div#nav table td#demos.current {
	background:url(/images/site_NL/demos.png) bottom;
}

div#nav table td#pricing {
	width:145px;
	height:63px;
	background:url(/images/site_NL/pricing.png) top;
}
div#nav table td#pricing:hover, div#nav table td#pricing.current {
	background:url(/images/site_NL/pricing.png) bottom;
}

div#nav table td#help {
	width:162px;
	height:63px;
	background:url(/images/site_NL/help.png) top;
}
div#nav table td#help:hover, div#nav table td#help.current {
	background:url(/images/site_NL/help.png) bottom;
}

div#nav table td#contact {
	width:108px;
	height:63px;
	background:url(/images/site_NL/contact.png) top;
}
div#nav table td#contact:hover,div#nav table td#contact.current {
	background:url(/images/site_NL/contact.png) bottom;
}