function overnavigatoritem(item)
{
  item.style.cursor = 'pointer';
//  item.style.color  = '#fff';
//  item.style.fontWeight = 'bold';
}

function outnavigatoritem(item)
{
//  item.style.color  = '#ccc';
//  item.style.fontWeight = 'normal';
}

