/* Navigation */

	#nav {
		position: absolute;
		top: 150px;
		left:0px;
		width: 765px;
		height: 33px;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	#nav li {
		display:inline;
		margin:0;
		padding:0;
		width: 89px;
		height: 33px;
		text-indent: 0;
	}
	
	#nav a {
		position: absolute;
		top: 0px;
		left: 0px;
		display:block;
		text-indent:-9000px;
		overflow:hidden;
		width: 89px;
		height: 33px;
		margin:0;
		padding:0;
		background-color: transparent;
		background-image: url("../images/nav2.png");
		background-repeat: no-repeat;
	}
	
	
	/* ------------------------------------------------------------- */	
		
	#nav-home a:hover, 					
	#page-home #nav-home a:hover 	{background-position: 0 -33px;}
	#page-home #nav-home a			{background-position: 0 -66px;}
	#nav-home a 					{background-position: 0 0; width: 58px; left:0px;}

	/* ------------------------------------------------------------- */	
		
	#nav-history a:hover, 						
	#page-history #nav-history a:hover 	{background-position: -58px -33px;}
	#page-history #nav-history a		{background-position: -58px -66px;}
	#nav-history a 						{background-position: -58px 0; width: 67px; left: 58px;}
	
	/* ------------------------------------------------------------- */	
	
	#nav-farming a:hover, 						
	#page-farming #nav-farming a:hover 	{background-position: -125px -33px;}
	#page-farming #nav-farming a		{background-position: -125px -66px;}
	#nav-farming a 						{background-position: -125px 0; width: 75px; left: 125px;}
	
	/* ------------------------------------------------------------- */
	
	#nav-washing-and-grading a:hover, 					
	#page-washing-and-grading #nav-washing-and-grading a:hover 	{background-position: -200px -33px;}
	#page-washing-and-grading #nav-washing-and-grading a			{background-position: -200px -66px;}
	#nav-washing-and-grading a 					{background-position: -200px 0; width: 154px; left: 200px;}
	
	/* ------------------------------------------------------------- */
	
	#nav-product-range a:hover, 					
	#page-product-range #nav-product-range a:hover 	{background-position: -354px -33px;}
	#page-product-range #nav-product-range a			{background-position: -354px -66px;}
	#nav-product-range a 					{background-position: -354px 0; width: 119px; left: 354px;}
	
	/* ------------------------------------------------------------- */
	
	#nav-recruitment a:hover, 					
	#page-recruitment #nav-recruitment a:hover 	{background-position: -473px -33px;}
	#page-recruitment #nav-recruitment a			{background-position: -473px -66px;}
	#nav-recruitment a 					{background-position: -473px 0; width: 103px; left: 473px;}
	
	/* ------------------------------------------------------------- */
	
	#nav-facts-and-figures a:hover, 					
	#page-facts-and-figures #nav-facts-and-figures a:hover 	{background-position: -576px -33px;}
	#page-facts-and-figures #nav-facts-and-figures a			{background-position: -576px -66px;}
	#nav-facts-and-figures a 					{background-position: -576px 0; width: 119px; left: 576px;}
	
	/* ------------------------------------------------------------- */
	
	#nav-links a:hover, 					
	#page-links #nav-links a:hover 	{background-position: -695px -33px;}
	#page-links #nav-links a			{background-position: -695px -66px;}
	#nav-links a 					{background-position: -695px 0; width: 52px; left: 695px;}
	
	/* ------------------------------------------------------------- */
	
	#nav-contact a:hover, 					
	#page-contact #nav-contact a:hover 	{background-position: -747px -33px;}
	#page-contact #nav-contact a			{background-position: -747px -66px;}
	#nav-contact a 					{background-position: -747px 0; width: 70px; left: 747px;}
	
	/* ------------------------------------------------------------- */
	
	