var ghosttruckerRules = {

'#menu ol li a' : function(el){
	el.onmouseenter = function(el){
	}
}

};

Behaviour.register(ghosttruckerRules); 