/* CSS Document */
#menu{
	background-color: #fff;
	line-height: 22px;
	font-size: 13px;
	float: left;
	width: 880px;
	display: inline;
	position:absolute;
	z-index:8;
	left: 128px;
	top: 186px;
	padding-left: 1px;
	padding-right: 1px;
	font-family: Arial, Helvetica, sans-serif;
}
table.menu {
	height: 22px;
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #FFFFFF;
}

table.menu td{
	width: 170px;
	height: 22px;
	font-size: 13px;
}

table.menu p {
	width: 170px;
	height: 22px;
	text-align: center;
	color: #333333;
	font-weight: bold;
	background-color: #E1E1E1;
	background-image: url(images/bg-knopactief.png);
	background-repeat: repeat-x;
	border-top-width: 5px;
	border-right-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
table.menu a {
	width: 170px;
	height: 22px;
	text-decoration: none;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	background-color: #e16709;
	background-image: url(images/bg-knop.png);
	background-repeat: repeat-x;
	border-top-width: 5px;
	border-right-width: 0px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
table.menu .actief {
	color: #666;
}
table.menu .inactief {
	color: #FFFFFF;
	background-color: #E16709;
	background-image: url(images/bg-knop.png);
	background-repeat: repeat-x;
}
table.menu a.actief {
	color: #333;
}
table.menu a.subactief {
	color: #666;
}

table.menu a:hover {
	background-color: #f9a262;
	background-image: url(images/bg-knop-hover.png);
	background-repeat: repeat-x;
}
table.menu a:hover.actief {
	background-color: #f9a262;
	background-image: url(images/bg-knop-hover.png);
	background-repeat: repeat-x;
}
table.submenu {
	position:absolute;
	width: 170px;
	font-size: 10px;
	font-variant: normal;
	text-transform: uppercase;
	visibility: hidden;
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
table.submenu td {
	height: 20px;
	font-size: 10px;
	background-color: #FFFFFF;
}
table.submenu a {
	color: #FFFFFF;
	display: block;
	width: 170px;
	height: 20px;
	font-size: 10px;
	background-color: #E16709;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
}

table.submenu a:hover {

}

table.submenu .actueel {
	color: #666;
	text-align: center;
	background-color: #E1E1E1;
	width: 170px;
	height: 20px;
	background-image: url(images/bg-knopactief.png);
	background-repeat: repeat-x;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;

}

