If you want a mailto link or a tel link in the navigation and do not want to set it up as a redirect page to the contact page this is a really good way to achive the direct link: Put the following script in the site master (see image below):

$('.page-idNumber a').attr('href', 'someone@somewhere.com);

don't forget to put "mailto:" or "tel:" before the email address or phone number