fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=300;
_menuOpenDelay=50;
_subOffsetTop=0;
_subOffsetLeft=-2;

with(menuStyle=new mm_style()){
itemwidth=160;
itemheight=30;
align="right";
bordercolor="#999999";
borderstyle="solid";
borderwidth=0;
fontfamily="tahoma";
fontsize="12px";
fontstyle="bold";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#5958A3";
offcolor="#ffffff";
onbgcolor="#5958A3";
oncolor="#ffffff";
padding=5;
pagebgcolor="#5958A3";
pagecolor="#ffffff";
separatorcolor="#999999";
separatorsize=0;
subimage="/peugeot-citroen/images/spacer.gif";
subimagepadding=3;
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
aI("showmenu=ABOUT US;text=ABOUT US;url=http://www.alanmilne.co.uk/peugeot-citroen/about/index.php;");

}

with(milonic=new menuname("ABOUT US")){
overflow="scroll";
style=menuStyle;
//aI("text=Latest News;url=http://www.alanmilne.co.uk/peugeot-citroen/news/index.php;")
aI("text=About Alan Milne;url=http://www.alanmilne.co.uk/peugeot-citroen/about/index.php;")
aI("text=Contact Us;url=http://www.alanmilne.co.uk/peugeot-citroen/contact/index.php;")
aI("text=Careers;url=http://www.alanmilne.co.uk/peugeot-citroen/recruitment/index.php;")
//aI("text=Site Map;url=http://www.alanmilne.co.uk/peugeot-citroen/sitemap/index.php;")

}


drawMenus();

