In some instances where I have multiple word menu items, they will display properly in IE, but other times not. Then, when I include   in the code, it will display correctly in IE, but show the code in Firefox. Please see menu code below. Site is goddessdesign.com.
Thank you.
startMenu('mproducts', true, 75, 0, 145, subM);
addItem('Biomats', 'products2.htm', '');
addItem('Crystal Bowls', 'crystal2.htm', '');
addItem('Sound Healing CDs', 'cds2.htm', '');
startMenu('mservices', true, 75, 0, 185, subM);
addItem('Activations', 'activations2.htm', '');
addItem('Autism', 'autism2.htm', '');
addItem('Egyptian Tours', 'egypt2.htm', '');
addItem('Feng Shui', 'feng2.htm', '');
addItem('Indigo-Children', 'indigo-children2.htm', '');
addItem('Serenity Vibration Healing', 'serenity-healing2.htm', '');
addItem('Sound Healing', 'soundhealing2.htm', '');
addItem('Theta Healing', 'DNA Reprogramming2.htm', '');
addItem('The Reconnection', 'reconnection2.htm', '');
addItem('Tools', 'tools2.htm', '');
addItem('Transference Healing', 'transference2.htm', '');
addItem('Workshops', 'workshops2.htm', '');
cwigmore