#menu	{
	float:left;
	height				: 55px;
	width				: 900px;
	margin 				: 0px;
	padding				: 0px;
}
#menu ul{
	margin 				:0px;
	padding				:0px;
	z-index				:1001;
}
#menu li {
	list-style			: none;
	float				: left;
}
#menu li a {
	float				: left;
	height				: 55px;
	text-indent			: -900em;
}
#menu li a.home {
	width				: 135px;
	background			: url(/img/menu.gif) no-repeat left bottom;
}
#menu li:hover a.home, 
#menu li.hover a.home {
	background			: url(/img/menu.gif) no-repeat left top;
}
#menu li.actief a.home,
li.actief:hover {
	background			: url(/img/menu.gif) no-repeat left center;
}

#menu li a.onzevisie {
	width				: 157px;
	background			: url(/img/menu.gif) no-repeat -135px bottom;
}
#menu li:hover a.onzevisie, 
#menu li.hover a.onzevisie {
	background			: url(/img/menu.gif) no-repeat -135px top;
}
#menu li.actief a.onzevisie, li.actief:hover a.onzevisie {
	background			: url(/img/menu.gif) no-repeat -135px center;
}
#menu li a.systemen {
	width				: 315px;
	background			: url(/img/menu.gif) no-repeat -292px bottom;
}
#menu li:hover a.systemen, 
#menu li.hover a.systemen {
	background			: url(/img/menu.gif) no-repeat -292px top;
}

#menu li.actief a.systemen, li.actief:hover a.systemen {
	background			: url(/img/menu.gif) no-repeat -292px -55px;
}

#menu li a.publicaties {
	width				: 100px;
	background			: url(/img/menu.gif) no-repeat -607px bottom;
}
#menu li:hover a.publicaties,
#menu li.hover a.publicaties {
	width				: 100px;
	background			: url(/img/menu.gif) no-repeat -607px top;
}  

#menu li.actief a.publicaties, li.actief:hover a.publicaties{
	background			: url(/img/menu.gif) no-repeat -607px center;
}

#menu li a.overnedap {
	width				: 95px;
	background			: url(/img/menu.gif) no-repeat -707px bottom;
}
#menu li:hover a.overnedap, 
#menu li.hover a.overnedap {
	background			: url(/img/menu.gif) no-repeat -707px top;
}
#menu li.actief a.overnedap, li.actief:hover a.overnedap {
	background			: url(/img/menu.gif) no-repeat -707px center;
}
#menu li a.contact {
	width				: 98px;
	background			: url(/img/menu.gif) no-repeat -802px bottom;
}
#menu li:hover a.contact,
#menu li.hover a.contact {
	background			: url(/img/menu.gif) no-repeat -802px top;
}
#menu li.actief a.contact, li.actief:hover a.contact {
	background			: url(/img/menu.gif) no-repeat -802px center;
}

/* Submenu */
#menu li ul {
	margin:0px;
	left				: -9000em;
	position			: absolute;
	top					: 40px;
	background			: url(/img/submenu_bg.png) no-repeat left bottom;
	_background			: url(/img/submenu_bg.gif) no-repeat left bottom;
	padding				: 0 0 16px 0;
	border-top: 1px solid #ffffff;
	width				: 222px;
	z-index:1000;
}

#menu li:hover ul, #menu li.sfhover ul {
	left				: 0;
	display				: block;
}

#menu li li {
	float				: none;
	width				: 164px;	
	margin				: 0;
	padding				: 0;
}

#menu li li a {
	display				: block;
	float				: none;
	width				: 197px;
	height				: auto;
	padding				: 4px 5px 4px 10px;
	font-family			: Arial, Helvetica, Verdana, sans-serif;
	font-size			: 13px;
	font-weight			: normal;
	text-indent			: 0;
	text-decoration		: none;
	color				: #083a81;
	background			: url(/img/submenu_item_bg.gif) no-repeat center bottom;
}

#menu li li a:hover, #menu li li.hover a {
	color				: #ffffff;
	text-decoration		: none;
	background			: url(/img/submenu_item_bg_over.gif) no-repeat center bottom;
}

#menu li li.actief a, #menu li li.actief a:hover {
	color				: #ffffff;
	text-decoration		: none;
	background			: url(/img/submenu_item_bg_over.gif) no-repeat center bottom;
}
#menu li li.boeken a{
	color				: #083a81;
	text-decoration		: none;
	background			: url(/img/submenu_item_bg_boeken.gif) no-repeat center bottom;
}
#menu li li.boeken a:hover {
	color				: #ffffff;
	text-decoration		: none;
	background			: url(/img/submenu_item_bg_boeken_over.gif) no-repeat center bottom;
}