/* CSS Document */
#menu{
	width: 620px;
	background-image: url(../images/bg-menu2.png);
	height: 42px;
	background-repeat: no-repeat;
	margin-left: 160px;
	display: inline;
	float: left;
	margin-top: 163px;
}

table.menu {
	float: left;
	margin-top: 5px;
}
table.menu td{
	width: 155px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

table.menu p {
	width: 155px;
	text-align: center;
	color: #333333;
	height: 20px;
	padding-top: 10px;
}
table.menu a {
	width: 155px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	display: block;
	height: 20px;
	padding-top: 10px;
}
table.menu a:hover {
	color: #333333;
}
table.menu .actief {
	color: #333333;
}
table.menu .inactief {
	color: #FFFFFF;
}
table.menu a.actief {
	color: #333333;
}
table.menu p.inactief{
	padding-top: 10px;
}

/* SUB MENU */
table.submenu {
	position:absolute;
	width: 140px;
	visibility: hidden;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #ffffff;
	margin-left: 7px;
	z-index: 99;
}
table.submenu td{
	font-size: 10px;
	height: 18px;
	width: 140px;
	text-transform: uppercase;
	font-weight: normal;
	background-color: #ffffff;
}

table.submenu a {
	color: #FFFFFF;
	display: block;
	width: 140px;
	background-color: #999999;
	height: 14px;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 2px;
}
table.submenu a:hover {
	color: #333333;
}

table.submenu .actueel {
	color: #333333;
	text-align: center;
}
