mb = tk.Menubutton(top, text="Walk length", relief=tk.RAISED)
mb.grid()
submenu = tk.Menu(mb, tearoff=0)