	
	/* colours */
	
	body {
		background-image: url(/images/layout/shell/grow-europe.jpg);
	}
	#wrapper {
		border-color: #FAD67E;
	}
	#head h1, #mainCopy p span {
		color: #F4AE00;
	}
	
	/* menu */
	
	#nav_3_ul {
		display: block !important;
	}
	#nav_3 ul ul {
		display: none;
	}
	#nav_3 a {
		color: #a8a8a8 !important;
		background-image: url(/images/nav/europe.gif);
	}
	#nav_3_ul a,
	#nav_3_ul a:hover
	{
		color: #F4AE00 !important;
		background-image: url(/images/nav/bullet-europe.gif) !important;
	}
	
