Hi David,
Thanks a lot man. that was awesome.
Just FYI I only had to add in edit_custom_walker.php:
<?php
// This is the added section
do_action( 'wp_nav_menu_item_custom_fields', $item_id, $item, $depth, $args );
// end added section
?>
Thanks
Kaustav.