function menustyle_new(str)
{
  //return '<nobr><font color="#7b0102"><b>' + str + '</b></font></nobr>';
  return '<div style="background-color: red;">' + str + '</div>';
}

