I have a master page file that contains a 2 menu\'s in a 2 panel controls. I also use a control to check if user is logged in and get the type of user.
Deppending on
One way would be to solve this problem with javascript (jquery):
$('.NormalUser').hide();
http://api.jquery.com/hide/