

/*------------------------------- M E N U - M A I N -------------------------------------*/


	#Menu-Main 						{ position: relative; margin:5px 0 0 0; padding:0px; width: 230px; height: 370px;}
	#Menu-Main li 					{ width:230px; height: 30px; position: absolute; padding:0px; background: url(../Images/espanol/menu-main.png) 0 0 no-repeat; display: block; list-style: none;}
	#Menu-Main a 					{ width:230px; height: 30px; display: block; }
	
	#Menu-Main #inicio 				{top: 0px; height:40px; }
	#Menu-Main #aboutus 			{top: 40px;  background-position: 0 -40px; }
	#Menu-Main #mission 			{top: 70px;  background-position: 0 -70px; }
	#Menu-Main #vision 				{top: 100px; background-position: 0 -100px; }
	#Menu-Main #airfreight 			{top: 130px; background-position: 0 -130px; }
	#Menu-Main #seafreight 			{top: 160px; background-position: 0 -160px; }
	#Menu-Main #landfreight 		{top: 190px; background-position: 0 -190px; }
	#Menu-Main #supplychain 		{top: 220px; background-position: 0 -220px; height:40px; }
	#Menu-Main #moving 				{top: 260px; background-position: 0 -260px; height:40px; }
	#Menu-Main #projects 			{top: 300px; background-position: 0 -300px; }
	#Menu-Main #contactus 			{top: 330px; background-position: 0 -330px; height:40px;  }


	#Menu-Main #inicio a:hover, #Menu-Main #aboutus a:hover, #Menu-Main #mission a:hover, #Menu-Main #vision a:hover, 
	#Menu-Main #airfreight a:hover,	#Menu-Main #seafreight a:hover, #Menu-Main #landfreight a:hover, 	
	#Menu-Main #supplychain a:hover, #Menu-Main #moving  a:hover, #Menu-Main #projects a:hover, 
	#Menu-Main #contactus a:hover {	background: url(../Images/espanol/menu-main.png) no-repeat; 	}	
	
	#Menu-Main #inicio a:hover 				{ background-position: -230px 0px; height:40px;  }
	#Menu-Main #aboutus a:hover 			{ background-position: -230px -40px; }
	#Menu-Main #mission a:hover 			{ background-position: -230px -70px; }
	#Menu-Main #vision a:hover 				{ background-position: -230px -100px; }
	#Menu-Main #airfreight a:hover  		{ background-position: -230px -130px; }
	#Menu-Main #seafreight a:hover  		{ background-position: -230px -160px; }
	#Menu-Main #landfreight a:hover  		{ background-position: -230px -190px; }
	#Menu-Main #supplychain a:hover  		{ background-position: -230px -220px; height:40px; }
	#Menu-Main #moving a:hover  			{ background-position: -230px -260px; height:40px; }
	#Menu-Main #projects a:hover  			{ background-position: -230px -300px; }
	#Menu-Main #contactus a:hover  			{ background-position: -230px -330px; height:40px;  }
