This is an extract from this menu script - http://www.dynamicdrive.com/dynamici...menu/index.htm
It explains how to set images into the menu, if you do not want it as 'rollover' you just use the same image twice.
You set the menu, with images, in the 'exmplmenu_var.js' file as explained in the script details.
Code:
// Menu tree
// MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
// For rollover images set "Text to show" to: "rollover:Image1.jpg:Image2.jpg"
Menu1=new Array("Home","http://www.dynamicdrive.com","",0,20,138);
Menu2=new Array("News","blank.htm","",2);
Menu2_1=new Array("General","blank.htm","",5,20,150);
Menu2_1_1=new Array("CNN","http://www.cnn.com","",0,20,150);
Menu2_1_2=new Array("ABCNews","http://www.abcnews.com","",0);
Menu2_1_3=new Array("MSNBC","http://www.msnbc.com","",0);
This may not be what you're looking for but hopefully it is a step along the way.
Bookmarks