I have made my own buttons in photoshop but i'd also like a drop down menu for the buttons dose anybody know how i'd go about creating a drop down menu?
You need to use <ul> and <li> commands to create the dropdown. <ul> to open the menu </ul> to close. In the middle you open an <li> tag, add the menu names but unlike standard menu's, do not close the <li> until you get to the end of the dropdown menu item. Here is an example from one of our sites: