﻿function menu_item_hover(obj, pos)
{
	obj.style.backgroundPosition = '0 ' + pos + 'px';
}