good day
i found this manual in this wonderful site about adding nice menus to my website in iweb that i'm building :
http://iwebfaq.org/site/iWeb_Tear_down.htmlnow i follow this manual and choose this menu to use :
http://www.cssmenumaker.com/builder/menu_info.php?menu=044after i did the menu i got this and it looks great (it's in hebrew - sorry)

so i continued to do the manual but in the end i get this : (the part in the right of the website - the menu without anything around him)

this is the code i got from the "Installation_instruction.html" i got when i downloaded the menu :
<head>
<link rel="stylesheet" href="/menu/menu_style.css" type="text/css" />
</head>
<ul id="menu">
<li><a href="http://www.skip-up.com/Skip-Up/Installation.html" target="_self">מדריך התקנה</a></li>
<li><a href="http://www.skip-up.com/Skip-Up/Workers.html" target="_self">כניסת עובדים</a></li>
<li><a href="http://www.skip-up.com/Skip-Up/Open_Service.html" target="_self">פתיחת קריאת שרות</a></li>
<li><a href="http://www.skip-up.com/Skip-Up/Specials.html" target="_self">מבצעים</a></li>
<li><a href="http://www.skip-up.com/Skip-Up/Help_Needed.html" target="_self">דרושים</a></li>
</ul>
i changed in the first line after the head to link to my server - href="www.skip-up.com/menu/menu_style.css" type="text/css" />
i don't understand what i did worng
i hope with this good expansions somebody can help me
thanks