/* ================================================================ 
Top menu
=================================================================== */
#beuk-menu {
	height:20px; 
	position:absolute; 
	left:80px; 
	top:61px;
	overflow:visible;
	float:left;
}

/* 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;
	color:#000000;
	border: 1px solid #778;
	border-bottom-width: 0;
}
.menu li.top.p9 {
	border: 0px;
	top:1px;
}
/* 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;
}

/* pre-load the hover images into the lists */
.menu li.p1 {width:auto;background:url(../images/knoppen/tintdarkgrey.gif) repeat-x;}
.menu li.p2 {width:auto;background:url(../images/knoppen/tintgreendark.gif) repeat-x;}
.menu li.p3 {width:auto;background:url(../images/knoppen/tintpinkdark.gif) repeat-x;}
.menu li.p4 {width:auto;background:url(../images/knoppen/tintbluedark.gif) repeat-x;}
.menu li.p5 {width:auto;background:url(../images/knoppen/tintpurpledark.gif) repeat-x;}
.menu li.p7 {width:auto;background:url(../images/knoppen/tintreddark.gif) repeat-x;}
.menu li.p6 {width:auto;background:url(../images/knoppen/tintyellowdark.gif) repeat-x;}
.menu li.p8 {width:auto;background:url(../images/knoppen/tintbrowndark.gif) repeat-x;}
.menu li.p9 {width:42px;background:url(../images/knoppen/gras.gif) left no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#merken {width:auto; background:url(../images/knoppen/tintgrey.gif) repeat-x;}
.menu li a#gka {width:auto; background:url(../images/knoppen/tintgreen.gif) repeat-x;}
.menu li a#kka {width:auto; background:url(../images/knoppen/tintpink.gif) repeat-x;}
.menu li a#kenv {width:auto; background:url(../images/knoppen/tintblue.gif) repeat-x;}
.menu li a#buffetten {width:auto; background:url(../images/knoppen/tintpurple.gif) repeat-x;}
.menu li a#kleinmateriaal {width:auto; background:url(../images/knoppen/tintred.gif) repeat-x;}
.menu li a#reinigen {width:auto; background:url(../images/knoppen/tintyellow.gif) repeat-x;}
.menu li a#transport {width:auto; background:url(../images/knoppen/tintbrown.gif) repeat-x;}
.menu li a#eco { background:url(../images/knoppen/gras.gif) left no-repeat;width:42px;font-weight:bold;color:#336633; }

/* 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 {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;}