/*!!!!!!!!!!! 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 [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	.qmmc a {float:none}*

		

	/*"""""""" (MAIN) Container """"""""*/
	#qm0
	{ 
		background-color:transparent;
	}


	 /*"""""""" (MAIN) Items """"""""*/
	#qm0 a
	{
		color:#868A8B;
		font-family:Arial;
		font-size:1.1em;
		font-weight: bold;
		text-decoration:none;
		padding:5px 60px 5px 8px;

	
	}


	/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover
	{ 
		color:#262626;
		text-decoration:none;
		background-image:url(../images/bgmenu.gif);
		background-repeat:no-repeat;
		background-position:91%;
	}


	/*"""""""" (MAIN) Active State """"""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover
	{ 
		color:#262626;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Parent Items """"""""*/
	#qm0 .qmparent
	{
		background-image:url(images/aarrow_down.gif);
		background-repeat:no-repeat;
		background-position:90%;
	}


	/*"""""""" [SUB] Containers """"""""*/
	#qm0 div
	{
		background-color:#FFFFD5;
		padding:0px;
		margin-top:2px;
		margin-left: -10px;
		border:#868A8B solid 1px;
		
	}

	
	/*"""""""" [SUB] Hover State """"""""*/
	#qm0 div a:hover
	{
		text-decoration:none;
		background-image:url(images/bbgmenu.gif);
		background-repeat:no-repeat;
		background-position:5px;
	}


	/*""""""""[SUB] Active State """"""""*/
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover
	{
		background-color:#ffffff;
	}


	/*"""""""" [SUB] Parent Items """"""""*/
	#qm0 div .qmparent 
	{
		background-image:url(images/aarrow_right.gif);	
	}


	/*"""""""" [SUB] Items """"""""*/
	#qm0 div a
	{		
		text-align: left;
		padding:2px 10px 2px 10px;
	}


/*onderstaande stijlen om de selected-state in het menu te regelen*/
#qm0 .selected{
		color:#262626 !important;
		background:url(../images/bgmenu.gif) !important;
		background-repeat:no-repeat !important;
		background-position:91% !important;
}

#qm0 div .selected{
		color:#262626 !important;
		background:#FFFFD5 !important;
}
