Looking at the site I noticed you have sub-pages for pretty much every page listed in the navigation bar. Is this planned to be implemented or was somebody just experimenting to see how WordPress works?
A sample bit of HTML that you would use to create image links for the navigation bar would be something like….
<a href="https://www.latterdaychatter.net/"><img src="https://www.latterdaychatter.net/wp-content/uploads/2010/12/homeimage.jpg" alt="Home Page" /></a>
<a href="https://www.latterdaychatter.net/?page_id=114"><img src="https://www.latterdaychatter.net/wp-content/uploads/2010/12/storeimage.jpg" alt="Latter Day Chatter Store" /></a>
<a href="https://www.latterdaychatter.net/?page_id=92"><img src="https://www.latterdaychatter.net/wp-content/uploads/2010/12/reliefsocietyimage.jpg" alt="Latter Day Chatter Relief Society" /></a>
and so on until you have all the links created.