<!--Core Add-On Code-->
.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;}.qmmc {position:relative;}.qmmc a {float:left;display:block;white-space:nowrap;}.qmmc div a {float:none;}.qmmc div {visibility:hidden;position:absolute;}

/* QuickMenu Styles */
/* Remove the comments below for vertical mains and change the false value to
   true in the qm_create function after the menus structure. */
/*.cx_qm_mc a {float:none}*/

/* Container for the menubar */
#qm0 {
	background-color:transparent;
}

/* Main items for the menubar*/
#qm0 a {
	float: left;
	padding: 0 10px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none !important;
	border-right: 1px solid #fff;
}
#qm0 a:hover {
 	background-color:#aed8ff;
	text-decoration: none;
}

/* Active menu in the menubar */
#qm0 .qmactive {
	/* Note: Add '!important' after each style */
	background-color:#376DC7 !important;
	text-decoration:none !important;
	cursor: default !important;
 	color: #93c1db !important;
}
/* Parent Items */
#qm0 .qmparent {
	padding-right: 20px;
	background-image:url('/engine/menu/images/arrow_down.gif');
	background-repeat:no-repeat;
	background-position:90%;
}

/* Submenu containers */
#qm0 div {
	/*background-color: none;*/
	/*padding:0px;*/
	border-color:#cccccc;
	margin-top:-1px;
                width: 162px;
                background: url('/duursportief/images/bg-drop-down.png') repeat-y;
                /*padding: 0 3px;*/	
}
/* Submenu items */
#qm0 div a {
	float: none;
	padding: 0 0 0 11px;
	line-height: 27px;
	color: #225787;
	font-size: 10px;
	display: block;
	background: none;
	height: 1%;
	border-right: 0px none #fff;
	border-style:solid;
	border-width:1px;
}
#qm0 div a:hover {
  color: white;
	text-decoration:none;
}
#qm0 div .qmactive {
/* Note: Add '!important' after each style */
	background-color:#376DC7 !important;
}
/* Parent Items */
#qm0 div .qmparent {
	background-image:url('/engine/menu/images/arrow_right.gif');
}

