/* Banner aan de bovenkant van het menu */
#menu_banner {
	position: relative; 
	width: 149px; 
	height: 66px; 
	background-repeat: no-repeat; 
	background-position: center;
	display: block; 
	margin-top: 10px;
	margin-bottom: 10px; 
	}
	
#liefbeestje {
	position: absolute;
	left: 30px;
	bottom: -53px;
	width: 93px;
	height: 41px;
	background-image: url('../images/lief_beestje.gif');
	background-repeat: no-repeat; 
	}
	
.touw1 {
	position: absolute;
	top: -10px;
	left: 9px;
	width: 6px;
	height: 100%;
	background-image: url('../images/menu_touw.gif');
	background-repeat: repeat-y;
	}
	
.touw2 {
	position: absolute;
	top: -10px;
	left: 135px;
	width: 6px;
	height: 100%;
	background-image: url('../images/menu_touw.gif');
	background-repeat: repeat-y;
	}
	
.klosje_1 {
	position: absolute;
	left: -7px;
	bottom: -62px;
	width: 29px;
	height: 52px;
	background-image: url('../images/klosje_links.gif');
	background-repeat: no-repeat; 
	}
	
.klosje_2 {
	position: absolute;
	left: -13px;
	bottom: -62px;
	width: 29px;
	height: 52px;
	background-image: url('../images/klosje_rechts.gif');
	background-repeat: no-repeat; 
	}
	
/* spacer */
.spacer { 
	position:relative; 
	height:18px;
	width: 40px; 
	background-repeat:no-repeat; 
	display:block; 
	}
		
/* Applies to all buttons */
.menu_button a{ 
	position: relative; 
	height: 18px; 
	background-repeat: no-repeat; 
	display: block; 
	margin-bottom: 4px; 
	width: 149px;
	background-color: #79702b;
}


/* Vlaggetjes */
#menu_taal   { 	
	position:relative; 
	height: 23px;  
	width: 149px;
	background-image:url('../images/menu/plank-leeg.jpg'); }
 
.link_image, .link_image a {
	width: 24px;
	border: 0px;
	margin-top: 4px;
	margin-left: 8px;
	}