My first was to ask why it was not showing on a live server. This was down to file location and fixed as I mentioned in my post.
This questions is about how the menu functions and how to make nothing happen on the title when clicked in the ADMIN section and only have function calls when the user clicks the sub menu
Many thanks
Thanks Guys
It turned out to be down to file location.
My menu is in a separate file which is included via file_exists and it seemed the location was not found
Placing all file in the root of my plugin worked so have kept it so
Many thanks for the help