/* Positionering sublinks */

.menuvak
{
	float: left;
	display: inline;
	position: relative;
	margin-right: 5px;
}

.menu_scheiding
{
	color: #FFFFFF;
	float: left;
}

.leftfloat
{
	float: left;
}

.hoofdmenu
{
	cursor: default;
}

.hoofdmenu a
{
	padding: 2px;
	background: #FFFFFF;
	font: bold 12px Tahoma;
	color: #000000;
	display: block;
	text-align: center;
	background: none;
}

.hoofdmenu a:hover
{
	color: #FFFFFF;
}

.submenu a
{
	border-top: none;
	border-right: 1px solid #CDCDCD;
	border-bottom: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	color: #000000;
	display: block;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	background: #FFFFFF;
	z-index: 1;
}

.submenu a:hover
{
	background: #FFFFFF;
	color: #B3D910;
}

#menugeheel
{
	position: absolute;
	height: 18px;
	left: 0px;
	z-index: 1;
	top: 0px;
	width: 1000px;
	background: #B3D910;
}

#menugeheel2
{
	position: absolute;
	height: 18px;
	left: 0px;
	z-index: 0;
	top: 20px;
	width: 1000px;
	background: #B3D910;
	border-bottom: 2px solid white;
}

.submenuvak
{
	position: absolute;
	left: 0px;
	top: 18px;
	width: auto;
	z-index: 1;
}

.dropshadow_rechts
{
	position: absolute;
	z-index: 0;
	left: 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/submenu/dropshadow_rechts.gif) right top repeat-y;
	width: 100%;
}

.dropshadow_onder
{
	width: 100%;
	height: 0px; 
	background: url(../images/submenu/dropshadow_onder.gif) left top repeat-x;
	font-size: 1px;
	float: left;
	display: none;
}

.dropshadow_rechtsonder
{
	position: absolute;
	display: block;
	z-index: 1;
	right: 0px;
	bottom: 0px;
	height: 0px;
	width: 0px;
	background: url(../images/submenu/dropshadow_rechtsonder.gif) right bottom no-repeat;	
	font-size: 1px;
	display: none;
}

#sub1, #sub2, #sub3, #sub4, #sub5, #sub6, #sub7, #sub8
{
	display: none;
}

#sub8 {
	position: absolute;
	left: 129px;
	top: 21px;
	width: 130px;
	z-index: 1;
}