/* CSS SemWeb internet services document, 2009 */
#menu {
	padding:0;
	margin:0;
	height:2em;
	list-style-type:none;
	margin-top:82px;
	font-size:13px;
}
#menu li {
	float:left; 
	width:auto; 
	height:25px;
	line-height:2;
	border-right:1px solid #FFFFFF;
	position:relative;
	text-align:center;
}
#menu li a, #menu li a:visited {
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;	
	text-decoration:none; 
	color:#ffffff;
}
#menu li a span {
	display:none; /* needed to trigger IE */
}
#menu li a:hover {
	border:0; 
	background-image:url(../images/menu-back.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
/* Bold Hack */
#home #homeknop a {
	background-image:url(../images/menu-back.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#groeps #groepknop a {
	background-image:url(../images/menu-back.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#boeren #boerenknop a {
	background-image:url(../images/menu-back.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#huis #huisknop a {
	background-image:url(../images/menu-back.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#eiland #eilandknop a {
	background-image:url(../images/menu-back.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#boerderij #boerderijknop a {
	background-image:url(../images/menu-back.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#schier #schierknop a {
	background-image:url(../images/menu-back.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#fotos #fotosknop a {
	background-image:url(../images/menu-back.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#reserveren #reserverenknop a {
	background-image:url(../images/menu-back.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#contact #contactknop a {
	background-image:url(../images/menu-back.gif);
	background-repeat:no-repeat;
	background-position:bottom center;
}