
/* --------------------------------	*/
/* Menu							 	*/
/* --------------------------------	*/
#menu	{
	position			: relative;
	background			: #FFF url(/img/menu_bg.gif) no-repeat left top;
	z-index				: 999999;
	padding				: 0 0 0px 0;
	text-align			: left;
}
#menu ul{
	margin :0px;
	z-index:1001;

}
#menu li {
	list-style: none;
	float				: left;
	position			: relative;
}

#menu li a {
	display				: block;
	float				: left;
	height				: 40px;
	text-indent			: -900em;
}

#menu li a.bungalows {
	width				: 109px;
	background			: url(/img/menu0.gif) no-repeat left bottom;
}
#menu li:hover a.bungalows, 
#menu li.hover a.bungalows,
#menu li.actief:hover a.bungalows {
	background			: url(/img/menu0.gif) no-repeat left top;
}
#menu li.actief a.bungalows {
	background			: url(/img/menu0.gif) no-repeat left -40px;
}

#menu li a.kamperen {
	width				: 109px;
	background			: url(/img/menu0.gif) no-repeat -109px bottom;
}
#menu li:hover a.kamperen, 
#menu li.hover a.kamperen,
#menu li.actief:hover a.kamperen {
	background			: url(/img/menu0.gif) no-repeat -109px top;
}
#menu li.actief a.kamperen {
	background			: url(/img/menu0.gif) no-repeat -109px -40px;
}
#menu li a.sport {
	width				: 74px;
	background			: url(/img/menu0.gif) no-repeat -218px bottom;
}
#menu li:hover a.sport, 
#menu li.hover a.sport,
#menu li.actief:hover a.sport {
	background			: url(/img/menu0.gif) no-repeat -218px top;
}
#menu li.actief a.sport {
	background			: url(/img/menu0.gif) no-repeat -218px -40px;
}

#menu li a.faciliteiten {
	width				: 109px;
	background			: url(/img/menu0.gif) no-repeat -292px bottom;
}
#menu li:hover a.faciliteiten,
#menu li.hover a.faciliteiten,  
#menu li.actief:hover a.faciliteiten{
	background			: url(/img/menu0.gif) no-repeat -292px top;
}
#menu li.actief a.faciliteiten{
	background			: url(/img/menu0.gif) no-repeat -292px -40px;
}

#menu li a.partycentrum {
	width				: 142px;
	background			: url(/img/menu0.gif) no-repeat -401px bottom;
}
#menu li:hover a.partycentrum, 
#menu li.hover a.partycentrum, 
#menu li.actief:hover a.partycentrum {
	background			: url(/img/menu0.gif) no-repeat -401px top;
}
#menu li.actief a.partycentrum {
	background			: url(/img/menu0.gif) no-repeat -401px -40px;
}
#menu li a.kids {
	width				: 62px;
	background			: url(/img/menu0.gif) no-repeat -543px bottom;
}
#menu li:hover a.kids,
#menu li.hover a.kids, 
#menu li.actief:hover a.kids {
	background			: url(/img/menu0.gif) no-repeat -543px top;
}
#menu li.actief a.kids {
	background			: url(/img/menu0.gif) no-repeat -543px -40px;
}
#menu li a.onlineboeken {
	width				: 150px;
	background			: url(/img/menu0.gif) no-repeat -605px bottom;
}
#menu li:hover a.onlineboeken,
#menu li.hover a.onlineboeken, 
#menu li.actief:hover a.onlineboeken {
	background			: url(/img/menu0.gif) no-repeat -605px top;
}
#menu li.actief a.onlineboeken {
	background			: url(/img/menu0.gif) no-repeat -605px -40px;
}
/* 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;
}
