/* Menu groep */
ul.NAV2,
ul.NAV2 ul {
	height:30px;
	float:right;
    list-style-type: none;
}

ul.NAV2 ul {
    position: absolute;
}


ul.NAV2 li > ul {
    display: none;
    float: left;
}

* html ul.NAV2 ul {
    display: none;
   }


	/* Menu Items */
	ul.NAV2 li {
	    position: relative;
	    display: block;
	    float: left;
		height: 30px;
		width:75px;
		margin-left:0px;
	}
	
	* html ul.NAV2 li {
	float: left;
	    }
		
		ul.NAV2 li a {
		line-height:30px;
		font-size:9pt;
		color:#003768;
		height: 30px;
		display: block;
		padding-right:20px;
		
		}
		
		ul.NAV2 a:link {
		}
		
		ul.NAV2 a:visited {
		}
				
		ul.NAV2 a.hover,
		ul.NAV2 a:hover {
		text-decoration:underline;
		color:#FF4317;
		}
		
		ul.NAV2 a.active,
		ul.NAV2 a:active {
		}