

/*!!!!!!!!!!! QuickMenu Styles !!!!!!!!!!!*/

	/*"""""""" (MAIN) Container""""""""*/	
	#qm1	
	{	
		background-color:transparent;
		padding:0px 0px 30px 0px;
		width:225px;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm1 a	
	{	
		padding:12px 0px 0px 30px;
		color:#fff;
		background: transparent url(../../images/bg_sub_menu_02.jpg) no-repeat;
		font-family:Verdana, Geneva, sans-serif;
		font-size:12px;
		text-decoration:none;
		width:195px;
		height:37px;
		white-space:normal;
		text-align:left;
		display:block;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm1 a:hover	
	{
		text-decoration:underline;
	}

	/*"""""""" (MAIN) selecteditem """"""""*/	
	#qm1 a.selecteditem	
	{
		text-decoration:underline;
	}

	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm1 li:hover>a	
	{	
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Parent Hover State""""""""*/	
	#qm1 .qmparent:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm1 .qmactive, body #qm1 .qmactive:hover	
	{	
		text-decoration:none;
		background-color:#D0D0D0;
		background:#D0D0D0 url(../../images/pijl_hover.jpg) no-repeat 38px 6px;
		width:202px;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm1 div, #qm1 ul	
	{	
		background-color:transparent;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm1 div a, #qm1 ul a	
	{	
		padding:5px 0px 0px 0px;
		color:#a2a1a1;
		font-family:"Century Gothic",Tahoma, Geneva, sans-serif;
		font-size:12px;
		text-decoration:none;
		text-align:left;
		font-weight:bold;
		width:219px;
		white-space:normal;
		display:block;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm1 div a:hover	
	{	
		text-decoration:underline;
	}
	
	/*"""""""" (SUB) Selected item """"""""*/	
	#qm1 div a.selecteditem	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm1 ul li:hover>a	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Parent Hover State""""""""*/	
	#qm1 div .qmparent:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm1 div .qmactive, body #qm1 div .qmactive:hover	
	{	
		text-decoration:underline;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm1 .qmtitle	
	{	
		text-decoration:underline;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm1 .qmdividerx	
	{	
		border-top-width:1px;
		margin:4px 0px;
		border-color:#bfbfbf;
	}


	/*"""""""" Individual Vertical Dividers""""""""*/	
	#qm1 .qmdividery	
	{	
		border-left-width:1px;
		height:15px;
		margin:4px 2px 0px;
		border-color:#bfbfbf;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm1 li:hover > a.qmparent	
	{	
		background-color:#76a4c0;
		background-image:url(qmimages/cssalt1_arrow_right_hover.gif);
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm1 ul li:hover > a.qmparent	
	{	
		background-color:#bfd5e1;
		background-image:url(qmimages/cssalt1_arrow_right_hover.gif);
		text-decoration:underline;
		border-color:#858585;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm1 ul	
	{	
		margin:0px 0px 0px -1px;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm1 ul .qmparent	
	{	
		background-image:url(qmimages/cssalt1_arrow_right.gif);
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm1 .qmparent	
	{	
		background-image:url(qmimages/cssalt1_arrow_right.gif);
		background-repeat:no-repeat;
		background-position:95% 50%;
	}
	#qm1 a.streepje {
		padding: 0px 0px 0px 0px;
		width:10px;
		font-size:15px;
		float:left;
	}

	/*[END-QS0]*/


	
