#header ul {
	font-size: 0.75em;
}
#header ul li {
	background-image: none;
	padding-left: 0px;
	float: left;
}
#header a:link, #header a:visited {
	text-decoration: none;
	margin-right: 3px;
	margin-left: 3px;
}
#header a:hover, #header a:active {
	text-decoration: underline;
}
/* HOME | OVER ONS | FAQ | CONTACT */
#header ul#menuLeft {
	position: absolute;
	left: 23px;
	top: 8px;
	color: #00B1E5;
	width: 270px;
}
ul#menuLeft a {
	color: #00B1E5;
}
/* WAT IS BEDRIJFSMINDFULNESS | WAT LEVERT HET OP | INTRODUCTIEWORKSHOP | TRAININGEN | COACHING */
ul#nav {
	position: absolute;
	left: 299px;
	top: 8px;
	width: 700px;
	margin: 0;
	padding: 0;
}
ul#nav a {
	color: #000;
}
ul#nav li {
  position: relative;
  list-style: none;
  float: left;
}
ul#nav li a.height {
  float: left;
  height: 35px;
}
ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
}
/* Dropdowns */
ul#nav ul {
	font-weight: bold;
	font-size: 1em;
	background-image: url(../img/dropdown-bg.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	padding-bottom: 7px;
	background-color: #00B1E6;
	display: none;
	position: absolute;
	top: 27px;
	left: 0;
} 
ul#nav ul li{
	float: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	margin-right: -3px;
	margin-left: -3px;
}
ul#nav ul a:link, ul#nav ul a:visited {
 white-space: nowrap;
	color: #FFF;
	text-decoration: none;
	display: block;
	background-color: #000;
	padding-top: 3px;
	padding-left: 6px;
	padding-bottom: 3px;
	padding-right: 6px;
}
ul#nav ul a:hover, #nav ul a:active {
	text-decoration: none;
	background-color: #00B1E5;
	color: #000;
}
ul#nav li:hover ul, ul#nav li.over ul {
	display: block;
}

