Hi,
The skins that don't show the page icons have this to suppress them in the stylemenu.css
div.AspNet-Menu-Horizontal ul.AspNet-Menu li img { display:none; }
and they have this usually in stylelayout.css
.logolist {display:none; }
If you remove that the you will see a dropdown list in pagesettings where you can pick the icon.
Hope it helps,
Joe