Thanks everyone for taking the time to read this.
I have styled my navigation bar and a few other things on my website using lists. For example...
<ul>
<li id="n1"><a href="http://www.beaconrecords.com/index.php"></a></li>
<li id="n2"><a href="artists"></a></li>
<li id="n3"><a href="lifestyle.php"></a></li>
<li id="n4"><a href="events.php"></a></li>
<li id="n5"><a href="shop.php"></a></li>
<li id="n6"><a href="contact.php"></a></li>
<li id="n7"><a href="about.php"></a></li>
</ul>
It works perfectly, but when it loads, it kind of like breathes. It starts off shrunken in a little bit, and then expands to its properly place after a second. I do not know what is causing this problem, and I don't think it's due to the way I styled the list, as I will show.
This is the website with the problem. http://beaconrecords.com/
here is a test link that doesn't have the problem. http://beaconrecords.com/wp-content/themes/br/test.php