One <audio> for all menu items

.play() won't force the audio clip to start over unless it's finished first, not very smooth.

One <audio> for all menu items, with pause

.pause() ing first should stop it and then play new sound but it actually makes it worse somehow. Sounds get chopped off but not restarted.

Cloned <audio>, one for each menu item

Smoothest but not perfect.