_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=0;
_subOffsetLeft=0;

with(menuStyle=new mm_style()){
bordercolor="";
borderstyle="solid";
borderwidth=0;
fontfamily="Arial, Helvetica, sans-serif";
fontsize="10px";
fontweight="bold";
headerbgcolor="";
headercolor="#000000";
offcolor="#000000";
onbgcolor="#990099";
offbgcolor="transparent";
oncolor="#ffffff";
overfilter="";
padding=3;
pagebgcolor="#FFFFFF";
pagecolor="#670067";
separatorwidth=5;
separatorimage="/theme/menu/img/sep.gif";
subimagepadding=4;
subimage="/theme/menu/arrow_down.png";
onsubimage="/theme/menu/arrow_down1.png";
}

with(SUB=new mm_style()){
fontfamily="Arial, Helvetica, sans-serif";
fontsize="10px";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#990099";
offcolor="#ffffff";
onbgcolor="#BEADBD";
oncolor="#000000";
overfilter="";
padding=4;
pagecolor="#ff66ff";
separatorcolor="#505050";
subimage="/theme/menu/arrow_right.png";
subimagepadding=4; 
}

with(SUBSUB=new mm_style()){
fontfamily="Arial, Helvetica, sans-serif";
fontsize="10px";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#808080";
offcolor="#ffffff";
onbgcolor="#BEADBD";
oncolor="#000000";
overfilter="";
padding=2;
pagecolor="#000000";
separatorcolor="#505050";
subimage="/theme/menu/arrow_right.png";
subimagepadding=4; 
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center"
top="offset=85"
left = "offset=-90";
orientation="horizontal";
menuheight="25";
style=menuStyle;
aI("status=Back To Home Page;text=HOME;url=/index.php;");
aI("text=ABOUT US;url=about_us.html;");
aI("text=PERSONAL;url=;showmenu=PERSONAL;url=personal.html");
aI("text=CORPORATE;showmenu=CORPORATE;url=corporate.html");
//aI("text=IMAGE CONSULTANTS;showmenu=IMAGE;");

aI("text=BOOKS;url=books.html;");
aI("text=TESTIMONIALS;url=testimonials.html;");
aI("text=FREEBIES;showmenu=FREEBIES;");
aI("text=CONTACT US;url=contact.html;");
}

with(milonic=new menuname("PERSONAL")){
style=SUB;
overflow="scroll";
aI("text=Personal Services;url=personal_services.html;");
//aI("text=Colour and Style;url=colour_and_style.html;");
aI("text=Colour Consultation;url=colour_consultation.html;");
aI("text=Personal Style Consultation;url=personal_style_consultation.html;");
//aI("text=Wardrobe Planning;url=wardrobe_planning.html;");
aI("text=Wardrobe Audit;url=wardrobe_audit.html;");
aI("text=Personal Shopping;url=personal_shopping.html;");
aI("text=Fashion Feng Shui;url=fashion_feng_shui.html;");
//aI("text=Interviews;url=interviews.html;");
//aI("text=Weddings;url=weddings.html;");
//aI("text=Insights;url=insights.html;");
}

with(milonic=new menuname("CORPORATE")){
style=SUB;
overflow="scroll";
aI("text=Image Matters;url=image_matters.html;");
aI("text=Insights;url=sections.php?name=Corporate_Insights;");
aI("text=Workshops;url=corporate_workshops.html;");
}

with(milonic=new menuname("IMAGE")){
style=SUB;
overflow="scroll";
aI("text=Bespoke Mentoring Programme;url=plus.html;");
}

with(milonic=new menuname("FREEBIES")){
style=SUB;
overflow="scroll";
aI("text=FREE Newsletter;url=newsletter.html;");
aI("text=FREE Top Tips;url=toptips.html;");	
}

drawMenus();