/* ================================================================ 
Top menu
=================================================================== */
#beuk-menu {
	left:69px;
	height:34px; 
	position:absolute; 
	top:57px;
	overflow:visible;
	float:left;
	z-index:50
}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {
	list-style-type:none; 
	padding:0; 
	margin:0; 
}

/* Set up the top level list items and float left to place inline */
.menu li.top {
	display:inline; 
	float:left; 
	position:relative;
	margin-right: 6px; /*spacing between tabs*/
	font-family:Arial, Tahoma, Helvetica, sans-serif;
}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {
	border-collapse:collapse; 
	width:0; 
	height:0; 
	position:absolute; 
	top:0; 
	left:0;
	font-size:10px;
}

/* Default top link link styling */
.menu li.top a.top_link {
	display:block; 
	float:left;
	font-weight:bold;
}

.menu li.top a span {position:absolute; left:-9999px; top:0 ;z-index:0; font-size:10px;}


/* pre-load the hover images into the lists */
.menu li.p1 {width:75px;background:url(../images/knoppen/merken_lit.jpg) bottom left no-repeat;}
.menu li.p2 {width:107px;background:url(../images/knoppen/kookapparatuur_lit.jpg) bottom left no-repeat;}
.menu li.p3 {width:107px;background:url(../images/knoppen/keukenapparatuur_lit.jpg) bottom left no-repeat;}
.menu li.p4 {width:69px;background:url(../images/knoppen/koeling_lit.jpg) bottom left no-repeat;}
.menu li.p5 {width:92px;background:url(../images/knoppen/buffetten_lit.jpg) bottom left no-repeat;}
.menu li.p7 {width:81px;background:url(../images/knoppen/reinigen_lit.jpg) bottom left no-repeat;}
.menu li.p6 {width:109px;background:url(../images/knoppen/fse_lit.jpg) bottom left no-repeat;}
.menu li.p8 {width:120px;background:url(../images/knoppen/transport_lit.jpg) bottom left no-repeat;}
.menu li.p9 {width:42px;background:url(../images/knoppen/gras.gif) bottom left no-repeat;}
.menu li.p10 {width:108px;background:url(../images/knoppen/onderdelen_lit.jpg) bottom left no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#merken {width:75px; background:url(../images/knoppen/merken.jpg) bottom left no-repeat;}
.menu li a#gka {width:107px; background:url(../images/knoppen/kookapparatuur.jpg) bottom left no-repeat;}
.menu li a#kka {width:107px; background:url(../images/knoppen/keukenapparatuur.jpg) bottom left no-repeat;}
.menu li a#kenv {width:69px; background:url(../images/knoppen/koeling.jpg) bottom left no-repeat;}
.menu li a#buffetten {width:92px; background:url(../images/knoppen/buffetten.jpg) bottom left no-repeat;}
.menu li a#kleinmateriaal {width:109px; background:url(../images/knoppen/fse.jpg) bottom left no-repeat;}
.menu li a#reinigen {width:81px; background:url(../images/knoppen/reinigen.jpg) bottom left no-repeat;}
.menu li a#transport {width:120px; background:url(../images/knoppen/transport.jpg) bottom left no-repeat;}
.menu li a#eco {background:url(../images/knoppen/gras.gif) bottom left no-repeat;width:42px;font-weight:bold;color:#336633; }
.menu li a#onderdelen {width:108px; background:url(../images/knoppen/onderdelen.jpg) bottom left no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {
	visibility:visible;
	z-index:200;
} /* for IE6 */
.menu li:hover { 
	position:relative; 
	z-index:200;
} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#merken:hover, .menu li:hover a#merken,
.menu li a#gka:hover, .menu li:hover a#gka,
.menu li a#kka:hover, .menu li:hover a#kka,
.menu li a#kenv:hover, .menu li:hover a#kenv,
.menu li a#buffetten:hover, .menu li:hover a#buffetten,
.menu li a#kleinmateriaal:hover, .menu li:hover a#kleinmateriaal,
.menu li a#reinigen:hover, .menu li:hover a#reinigen,
.menu li a#transport:hover, .menu li:hover a#transport,
.menu li a#eco:hover, .menu li:hover a#eco,
.menu li a#onderdelen:hover, .menu li:hover a#onderdelen {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul.sub3, 
.menu :hover ul.sub3 ul, 
.menu :hover ul.sub3 :hover ul ul,
.menu :hover ul.sub3 :hover ul :hover ul ul,
.menu :hover ul.sub3 :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}
