Custom div to to menu wordpress afte

As toscho mentioned this can be done with the items_wrap argument. It would be something like this:

'items_wrap' => '<ul id="%1$s">%3$s</ul><div id="MYDIV"></div>'

For more info see here.