Here is the site:
http://www.oldcatholicseminary.org/test/
The problem is with the item "Our Beliefs"
Here is the applicable portion of menu_data.js
then the rest goes on list all of the sub menus.
_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150 // The time delay before menus open on mouse over
_subOffsetTop=10 // Sub menu top offset
_subOffsetLeft=-10 // Sub menu left offset
with(mainmenu=new mm_style()){
onbgcolor="#006600";
oncolor="#FFFF00";
offbgcolor="none";
offcolor="#FFFFFF";
bordercolor="#003300";
borderstyle="solid";
borderwidth=1;
separatorcolor="#003300";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontweight="bold"
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#003300";
headercolor="#FFFFFF";
headerbgcolor="#006600";
subimage="arrow.gif";
subimagepadding="2";
visitedcolor="#FFFFFF";
}
with(menuStyle=new mm_style()){
onbgcolor="#006600";
oncolor="#FFFF00";
offbgcolor="#003300";
offcolor="#FFFFFF";
bordercolor="#003300";
borderstyle="solid";
borderwidth=1;
separatorcolor="#003300";
separatorsize="1";
padding=5;
fontsize="11px";
fontstyle="normal";
fontweight="bold"
fontfamily="Verdana, Tahoma, Arial";
pagecolor="#FFFFFF";
pagebgcolor="#006600";
headercolor="#FFFFFF";
headerbgcolor="#006600";
subimage="arrow.gif";
subimagepadding="2";
}
with(milonic=new menuname("Main Menu")){
style=mainmenu;
top=120;
left=0;
itemwidth=148;
alwaysvisible=1;
orientation="vertical";
aI("text=Home;url=index.php;status=Back To Home Page;");
aI("text=Prospectus;url=prospectus.php;showmenu=require;");
aI("text=Expenses & Terms;url=expenses.php;showmenu=expenses;");
aI("text=Our Beliefs;showmenu=beliefs;");
aI("text=Religious Affiliation;url=religiousaff.php;");
aI("text=The OCS Family of Personnel;url=personnel.php;");
aI("text=Our Patron St. Bede;url=stbede.php;");
}
Any ideas?
Thanks
Sarah