You are referencing your PC's C drive for the javascript and css sources:
<script src="<strong>file:///C</strong>|/Documents and Settings/Armand/My Documents/Kami's Webpage/SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="<strong>file:///C</strong>|/Documents and Settings/Armand/My Documents/Kami's Webpage/SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
<link href="<strong>file:///C</strong>|/Documents and Settings/Armand/My Documents/Kami's Webpage/SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
This will work fine when previewing locally, but once on the web server it will not.
If you haven't already done so, upload SpryMenuBar.js, MenuBarHorizontal.css, SpryMenuBarVertical.css. Then change the source for the page to the appropriate directory.