/* Menu groep */
ul.NAV3 {
	height:30px;
	float:left;
    list-style-type: none;
}

	/* Menu Items */
	ul.NAV3 li {
	    position: relative;
	    display: block;
	    float: left;
		height: 30px;
		margin-left:0px;
	}
	
	* html ul.NAV3 li {
	float: left;
	    }
