ul#menu, ul#menu li ul {
	z-index: 10000;
	list-style: none;
	position:relitive;
	margin-top: 0px;
	/*margin: 0;*/
	padding: 0;
	background-color: transparant;
}

ul#menu {
	display:block;
	position:center;
	float: center;
	width: 1024px; /* breedte van het totale horizontale deel*/
	border: 0px transparant;
	border-bottom: 5px transparant;
}

ul#menu li {
	float: left;
	background-color: transparant;
	border-bottom: 5px transparant;
}

ul#menu li a {
	display: block;
	text-align: center;
	padding: 0px 0px;
	color: #000000;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 29px; /*hoogte van horizontale deel*/
}
ul#menu li a:hover {
	background-color: solid grey;
}
ul#menu li ul {
	position: absolute;
	margin-top: 0px;
	/*margin-left: -50px; /* zet de volledige verticale menu onder de horizontale balk bij IE 7*/
	html margin-left: +70px; /* als de browser geen IE (en zich dus wel aan de standaards houd) hoeft het menu niet worden verplaatst*/
	background-color: #fe9901;
	display: none;
	border: 1px transparant;
	border-bottom-width: 1;
}

ul#menu li ul li {
	float: none;
	border-bottom: 0px solid grey;
	border-left-width: 0;
	width: 170px; /* breedte verticale menu's*/
}

ul#menu li ul li a {
	display: block;
	text-align: left;
	padding: 0px;
	color: #000000;
	font-family: arial, tahoma, helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 20px;
}