Dropdown Menu Dreamweaver Tutorial
This tutorial will teach you have to make a dropdown menu using only Dreamweaver. Start out by selecting a link on your page that you would like the menu to queue from. once you have it selected, bring up your behaviors window by choosing Window > Behaviors.

Click on the + sign and choose "Show Pop-up" Menu.

This will bring up a new window with 4 tabs. Lets start off with the contents.
This tab allows you to manage the structure of your menu. Start off by filling in the forms, Text being the text you want to be shown, and link being the URl destination. This is your first link in the dropdown menu. To add a second link, click the + Sign. You will see a new row added, and a fresh set of forms to fill in. Add as many links as you need.

The appearance tab allows you to customize the look of your drop down menu. "Up-sate" is the look of your menu before mousover, and "Over-state" is the look of your menu on mousover. Customize your color and font any way you like.

The position tab allows you to choose where you want your menu to appear in relation to your textlink. The image shows you a preview, the gray rectangle represents your link, and the blue rectangle represents your dropdown menu. Choose whichever you like, and press ok.

Dreamweaver will now create your menu, as well as the javascript file that feeds the menu. You will need both of these for your link to work!