just add the
Code:
<if condition="$show['usergroup']1,5,7">
before your link to your downloads page (replace 1,5,7 with the ID's of your usergroup, adding more with a , (comma))
then just after your link to your downloads section add
this should allow you to only allow certain usergroups to see that link, alternatively replace the 'usergroup' with 'member' (removeing the 1,5,7) which will show to all registered members only.