.menu {
	font:bold 10px arial, "lucida grande",verdana, sans-serif;
	padding-left:10px;
	position:relative;
	z-index:1;
}
.menu ul li a, .menu ul li a:visited {
	background:#000;
	color:#fff;
	display:block;
	text-decoration:none;
	line-height:20px;
}
.menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.menu ul li {
	float:left;
	position:relative;
}
.menu ul li ul {
	display:none;
}
.menu ul li a {
	padding:0 5px;
}
.menu ul li:hover a {
	background:#000;
	color:#fff;
}
.menu ul li:hover ul {
	display:block;
	position:absolute;
	top:20px;
	left:0;
	width:171px;
}
.menu ul li:hover ul li a.toplvl {
	background:#000;
	color:#fff;
}
.menu ul li:hover ul li:hover a.toplvl {
	background:#000;
	color:#fff;
}
.menu ul li:hover ul li ul {
	display:none;
}
.menu ul li:hover ul li a {
	background:#000;
	color:#fff;
	display:block;
	padding:2px 10px;
	width:130px;
}
.menu ul li:hover ul li:hover ul {
	display:block;
	position:absolute;
	left:171px;
	top:0;
}
.menu ul li:hover ul li:hover ul.left {
	left:-171px;
}
#home a:hover {
	color:#8eeafd;
}
#home:hover ul li a:hover {
	background:#8eeafd;
	color:#000000;
}
#aoe a:hover {
	color:#ff0066;
}
#aoe:hover ul li a:hover {
	background:#ff0066;
	color:#000000;
}
#teambuilding a:hover {
	color:#4f029e;
}
#teambuilding:hover ul li a:hover {
	background:#4f029e;
	color:#000000;
}
#gps a:hover {
	color:#fff000;
}
#gps:hover ul li a:hover {
	background:#fff000;
	color:#000000;
}
#city a:hover {
	color:#117b03;
}
#city:hover ul li a:hover {
	background:#117b03;
	color:#000000;
}
#diner a:hover {
	color:#e91818;
}
#diner:hover ul li a:hover {
	background:#e91818;
	color:#000000;
}
#workshops a:hover {
	color:#ff9c00;
}
#workshops:hover ul li a:hover {
	background:#ff9c00;
	color:#000000;
}
#locaties a:hover {
	color:#8eeafd;
}
#locaties:hover ul li a:hover {
	background:#8eeafd;
	color:#000000;
}
