@charset "UTF-8";
/* CSS Document */
#hoofdMenu{
	position:relative;
	width:668px;
	height:70px;
	background-color:#050506;
	z-index:3
}
ul.dropdown, ul.dropdown li, ul.dropdown ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dropdown {
	position: relative;
	z-index: 597;	
	list-style: none;
	margin:0;
	width: 668px;
	height:70px;
}
ul.dropdown li.hoofdItem {
	float: left;
	width:223px;
	height:70px;
	padding:0;
}
ul.dropdown li.hoofdItemLast {
	float: left;
	width:222px;
	height:70px;
	padding:0;
}
ul.dropdown li.hoofdItem a {
	display:block;
	width:223px;
	height:70px;
}
ul.dropdown li.hoofdItemLast a {
	display:block;
	width:222px;
	height:70px;
}
ul.dropdown ul.sm{
	visibility: hidden;
	position: relative;
	top:0;
	z-index: 598;
	width: 223px;
	background-color:#F0F;
}
ul.dropdown ul.sm {
	left: 0px;
}
/*ul.dropdown ul.sm2 {
	left: 17px;
}*/
ul.dropdown ul li {
	float: none;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}

/* opmaak dropdown */
ul.dropdown li.subItem {
	width:223px;
	height:24px;
	display:block;
	padding:8px 0 0 0;
	border-bottom:solid 1px #4d4d4d;
	background-color:#000;
	font-size:13px;
	font-style:normal;
	text-align:center;
}
/*ul.dropdown li.subItem:hover {
	background-color:#000;
}*/
ul.dropdown li.subItem a{
	color:#FFF;
	text-decoration:none;
}
ul.dropdown li.subItem a:hover{
	font-weight:bold;
	color:#fac200;
	text-decoration:none;
}

ul.dropdown-horizontal {
	width: 100%;
}

