heres a starter
http://forum.x-cart.com/viewtopic.php?p=69941#69941
user type B is for partners
you would need to check something like
Code:
{if $user_membership eq "membership_type"}
{include file="customer/top_menu_trade.tpl"}
{else}
{include file="customer/top_menu.tpl"}
{/if}