
#menu 
{
	width: 100%;
	float: left;
	color:#FFF;
}

#menu_scheiding
{
	color:#FFF;	
}

#menu_select
{
	background-color:#ececed;
	color:#b10135;
	width:120px;
	height:46px;
	text-align:center;
}
#menu_select a
{
	background-color:#ececed;
	color:#b10135;
	height:46px;
	text-align:center;
}

#menu_standaard
{
	background-color:#b10135;
	color:#FFF;
	width:120px;
	height:46px;
	text-align:center;
}
#menu_standaard a
{
	background-color:#b10135;
	color:#fff;
	height:30px;
	text-align:center;
	background-image:url(../images/scheidingsteken.jpg);
	background-position:center right;
	background-repeat:no-repeat;
}
#menu_standaard a:hover
{
	background-color:#ececed;
	color:#b10135;
	height:30px;
	width:120px;
	text-align:center;
}


#menu ul 
{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px;
	float: left;
	height:26px;
	top:30px;
}

#menu a, #menu h2
{
	font: bold 11px/28px Verdana, Geneva, sans-serif;
	display: block;
	border-left: 0px solid #FFF;
	margin: 0;
}

#menu h2 
{
	color: #fff;
	background: #000;
	text-transform: uppercase;
}

#menu a
{
	/*color: #FFF;
	background: #b10135;*/
	text-decoration: none;
}

#menu a:hover 
{
	/*color: #FFF;*/
}

#menu li 
{
	position: relative;
	height:30px;
}

#menu ul ul
{
	position: absolute;
	z-index: 500;
	display:block;
	left:0px;
}

#menu ul ul ul
{
	position: absolute;
	top: 0;
	left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{
	display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{
	display: block;
}
