/* --- top navigatie --- */
#nav {
	z-index: 1;
}
.menu {
	font-family: Arial, "Trebuchet MS", san-serif;
	left: 220px;
	top: 80px;
	height:40px;
	position:relative;
	font-size:11px;
}
.menu ul li a {
	display:block;
	text-decoration:none;
	color: white;
	font-weight:bold;
	width:112px; 
	height:40px; 
	text-align:center;
	margin-left:0px;
	border-bottom: 0;
	background-image:url(../images/top.png);
	line-height:30px; 
	font-size:11px; 
	overflow:hidden;
	padding-left: 1px;
	target:_top;
}

/* begin en eind */
.menu ul {
	padding:0;
	margin:0;
	list-style: none;
}

.menu ul li {
	float:left;
	position:relative;
	margin-left:0px;
}

.menu ul li ul {
	display: none;
}

/* button hover eigenschappen */
.menu ul li a:hover, #menu ul li a:focus {
	color: white;
	background-image:url(../images/2b.png);
/*	text-decoration : underline; */
}