#menu{
	width: 650px;
	font-size: 12px;
	position: relative;
	float: left;
}
#menuwerk{
	font-size: 12px;
	position: relative;
	float: left;
	margin-left: 120px;
	display: inline;    /* IE6 double margin */
}
table.menu {
	width: 490px;
	font-size: 12px;
	background-color: #1A4A55;
	margin-left: 80px;
}
table.menu td{
	position: relative;
	height: 18px;
	font-size: 12px;
	width: 94px;
}
table.menu p {
	width: 94px;
	height: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
table.menu .actief {
	color: #FFFFFF;
}
table.menu .inactief {
	background-color: #1A4A55;
	color: #FFFFFF;
	font-weight: normal;
}
table.menu a {
	height: 18px;
	text-decoration: none;
	background-color: #1A4A55;
	color: #FFFFFF;
	display: block;
	text-align: center;
}
table.menu a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
table.submenu {
	position:absolute;
	visibility: hidden;
	font-size: 12px;
	background-color: #1A4A55;
	text-align: center;
}
table.submenu td{
	width: 94px;
	height: 18px;
}
table.submenu a {
	color: #FFFFFF;
	display: block;
	padding-top: 2px;
}
table.submenu a:hover {
	color: #FFFFFF;
	font-weight: bold;
}
table.submenu .actueel {
	color: #FFFFFF;
	font-weight: bold;
}

