﻿	var jq=jQuery.noConflict();
	jq(document).ready(function(){
		
				

		jq(".company img").mouseover(function(){ 
		      
                	this.src=mnucompany_h;
		      
     	     
	     	});
     
     		jq(".company img").mouseout(function(){ 

                	this.src=mnucompany;
		});

		jq(".services img").mouseover(function(){ 
		      
                	this.src=mnuservices_h;
		      
     	     
	     	});
		jq(".services img").mouseout(function(){ 

                	this.src=mnuservices;
		});
		
		jq(".partners img").mouseover(function(){ 
		      
                	this.src=mnupartners_h;
		      
     	     
	     	});

		jq(".partners img").mouseout(function(){ 

                	this.src=mnupartners;
		});
		
		jq(".portfolio img").mouseover(function(){ 
		      
                	this.src=mnuportfolio_h;
		      
     	     
	     	});
		jq(".portfolio img").mouseout(function(){ 

                	this.src=mnuportfolio;
		});
		
		jq(".news img").mouseover(function(){ 
		      
                	this.src=mnunews_h;
		      
     	     
	     	});
		jq(".news img").mouseout(function(){ 

                	this.src=mnunews;
		});

		
		jq(".contact img").mouseover(function(){ 
		      
                	this.src=mnucontact_h;
		      
     	     
	     	});
		jq(".contact img").mouseout(function(){ 

                	this.src=mnucontact;
		});

	});
