I’d like to know if anyone knows how I can implement something like the following?
Here’s a sample below:

And once you click on the plus, the menu expands:

I’ve googled and have found quite a few menus. But I’m looking for something that has this +/- functionality.
If it was me doing this, I’d do a jquery ui accordion with a single div. By default they use an arrow for the toggle, but it’d be trivial to change that out. Here’s a tutorial on changing icons. It’s infinitely adaptable using the API.
The biggest benefit is that if you already use jQuery UI, there’s nothing else to load. You can’t beat ThemeRoller for styling, either.