#menu {height:29px; position:relative; z-index:1;
background-image:url(../images/menu.jpg);}

#menu li, #submenu li{
	list-style-type:none;
	float:left;
}
	#home, #vereniging, #wedstrijden, #jeugd, #foto, #midden, #login, #contact{
		display:block;
		height:29px;
		overflow:hidden;
		line-height:1000px;
	}
	#vereniging:hover, #wedstrijden:hover, #jeugd:hover, #foto:hover{
		background-position: left 0px;
	}
	#home{
		width:80px;
		background-image:url(../images/button-home.jpg);
	}
	#vereniging{
		width:101px;
		background-image:url(../images/button-vereniging.jpg);
	}
	#wedstrijden{ 
		width:103px;
		background-image:url(../images/button-competitie.jpg);
	}
	#jeugd{ 
		width:73px;
		background-image:url(../images/button_jeugd.jpg);
	}
	#foto{ 
		width:73px;
		background-image:url(../images/button_foto.jpg);
	}
	#contact{
		width:80px;
		background-image:url(../images/button-contact.jpg);
	}
	#midden{
		width:182px;
		background-image:url(../images/button-menu.jpg);
	}
	#login{
		width:75px;
		background-image:url(../images/button-login.jpg);
	}


/* hack to correct IE5#5 faulty box model */
/** html #menu {width:746px; w\idth:745px;}*/
/* remove all the bullets, borders and padding from the default list styling */
#menu ul {padding:0;margin:0;list-style-type:none;}
#menu ul ul {width:139px;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {float:left;position:relative;}
/* style the links for the top level */
#menu a, #menu a:visited {display:block;}
/* a hack so that IE5#5 faulty box model is corrected */
/** html #menu a, * html #menu a:visited {width:139px; w\idth:138px;}*/



/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {visibility:hidden;position:absolute;height:0;top:29px;left:0; width:139px;}
/* another hack for IE5#5 */
* html #menu ul ul {top:29px;t\op:29px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
	background-color:#62C336;
	color:#003300;
	height:auto;
	line-height:1em;
	padding:8px 10px;
	width:131px;
	display:block;
	text-decoration:none;
	font-size:12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #56AF30;
}
/* yet another hack for IE5#5 */
* html #menu ul ul a, * html #menu ul ul a:visited {width:131px;w\idth:131px;}

/* style the top level hover */
#menu ul ul a:hover, #menu a.actief:link, #menu a.actief:visited{
	color:#fff;
	background-color:#2E4E8E;
}

/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul,
#menu ul a:hover ul{visibility:visible; }