ok open the XML file and go to line number 430
You will see this:
Code:
<ul id='menu'>
<li><a href='#'>Home</a></li>
<li><a href='#'>About</a></li>
<li><a href='#'>Links</a></li>
<li><a href='#'>Photos</a></li>
<li><a href='#'>Friends</a></li>
</ul>
You can change the URL's by putting them in place of the "#".
And You can add more links with the following code just add The name of page and the URL and place it between the "ul" tags
Code:
<li><a href='http://URLHere.com'>Name Here</a></li>