I didn't know that! Thanks.
The main issue is with one of the sub-menu's
<h3><a href="coaching.html" title="Coaching">Coaching</a></h3><br />
<li><a href="assessment.html" title="The Assessment Process">The Assessment Process</a></li><br />
<li><a href="individual-golf-lessons.html" title="Individual Golf Lessons">Individual Golf Lessons</a></li>
<li><a href="group-golf-lessons.html" title="Group Golf Lessons">Group Golf Lessons</a></li>
<li><a href="junior-golf-lessons.html" title="Junior Golf Lessons">Junior Golf Lessons</a></li>
<li class="indent"><a href="junior-group-coaching.html" title="Junior Group Coaching">Junior Group Coaching</a></li>
<li class="indent"><a href="kids-parties.html" title="Kids Parties">Kids Parties</a></li>
<li><a href="beginner-group-lessons.html" title="Beginner Group Lessons">Beginner Group Lessons</a></li><br />
<li><a href="expect-of-me.html" title="What you can expect of me">What you can expect of me</a></li>
<li><a href="expect-of-you.html" title="What I expect of you">What I expect of you</a></li><br />
<li><a href="packages.html" title="Packages">Packages</a></li>
<li><a href="russell-for-the-day.html" title="Russell For The Day">Russell for the Day</a></li>
<li><a href="gift-vouchers.html" title="Gift Vouchers">Gift Vouchers</a></li>
<li><a href="corporate-team-building.html" title="Corporate Team Building">Corporate - Team Building</a></li><br />
I'm thinking the problem is coming with the break tags - so I think I should add a few more ul tags.
The other issue is the bullet points are showing as a 1x1 pixel dot instead of a disc.
<p><strong>What you can expect of me:</strong></p><br />
<p><span class="quote">'I have no special talents, I am only passionately curious'</span> - Albert Einstein</p><br />
<p>I will be totally committed to your personal success. My goal is to:</p><br />
<ul><li>Understand You - my willingness to listen, not just hear </li><br />
<li>Enthuse You - the real secret to all success is enthusiasm. </li><br />
<li>Challenge You - <span class="quote"> 'Probably the best qualities a coach can possess is a lot of challenging questions and let the person come up with the answer ' </span>- <strong>Phil Dixon</strong></li><br />
<li>Advise You - helping you to be the best you can be or being the best version of yourself…authentically and consistently</li><br />
<li>Fairness & Integrity - everything is upfront and put on the table. There are no hidden agendas; honesty is one of my key values. </li><br />
<li>Inspire You - help you learn from your experiences and push you to find your own answers. There is no fear in admitting mistakes, let’s identify a solution. </li><br />
<li>A Genuine Interest in You - sincerity in moving you from one place to another </li><br />
<li>Communication - communicating explanations clearly is paramount. There must be no confusion on what the end result is to be.</li></ul></p><br />
I'm not sure how to cure that, apart from putting them into classes instead?