	#navigatie, #navigatie ul { /* all lists */
		position:absolute;
		padding: 0px;
		margin-left:-10px;
		list-style: none;
		float : left;
		width : 10px;
		text-align:right;
		z-index:10;
	}
	
	#navigatie li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 10px;
		right:5px;
	}
	
	#navigatie li ul { /* second-level lists */
		text-align:left;
		position : absolute;
		left: -999em;
		margin-left : 183px;
		margin-top : -29px;
		z-index:-1;
	}
	
	#navigatie li li ul { /* second-level lists */
		text-align:left;
		position : absolute;
		left: -999em;
		margin-left : 166px;
		margin-top : -29px;
	}
	
	#navigatie li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#navigatie li a:hover {
		color : #A40426;
	}
	

	#navigatie li a {
		width : 175px;
		display : block;
		color : #494949;
		font-weight : bold;
		text-decoration : none;
		/*background-color : #E3E4E6;*/
		padding : 7px;
	}
	
	#navigatie li li a {
		width : 130px;
		display : block;
		color : #494949;
		font-weight : bold;
		text-decoration : none;
		background-color : #E3E4E6;
		padding : 7px;
		padding-left:25px;
	}
	
	#navigatie li li li a {
		width : 190px;
		display : block;
		color : #494949;
		font-weight : bold;
		text-decoration : none;
		background-color : #E3E4E6;
		padding : 7px;
		padding-left:25px;
	}
	
	#navigatie li:hover ul ul, #navigatie li:hover ul ul ul, #navigatie li.sfhover ul ul, #navigatie li.sfhover ul ul ul {
		left: -999em;
	}
	
	#navigatie li:hover ul, #navigatie li li:hover ul, #navigatie li li li:hover ul, #navigatie li.sfhover ul, #navigatie li li.sfhover ul, #navigatie li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#ecomm_nav {border: 1px solid #494949; margin-bottom:10px; width:650px; background-color: white; }

