_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=2;
buildafterload="true";


with(menuStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
borderwidth="0";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="Transparent";
offcolor="White";
onbgcolor="#D27777";
oncolor="Black";
padding="10";
separatorcolor="#4E1111";
separatorsize="1";
subimage="images/arrow.gif";
subimagepadding="6";
itemwidth="160";
}

with(submenuStyle=new mm_style()){
bordercolor="#751919";
borderstyle="solid";
borderwidth="2";
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#751919";
offcolor="White";
onbgcolor="#D27777";
oncolor="Black";
padding="4";
subimage="images/arrow.gif";
subimagepadding="5";
}

with(milonic=new menuname("Main Menu")){
position="relative";
style=menuStyle;
alwaysvisible="1";
aI("text=Home;target=;url=./;");
aI("showmenu=Who We AreBeliefsLEFT_MENU;text=Who We Are;target=;url=Who-We-Are.html;");
aI("showmenu=MinistriesLIFELEFT_MENU;text=Ministries;target=;url=CarmelValleyChurches.html;");
aI("text=Service Time and Directions;target=;url=Service-Time-and-Directions.html;");
aI("text=Contact Us;target=;url=Contact-Us.html;");
}

with(milonic=new menuname("Who We AreBeliefsLEFT_MENU")){
style=submenuStyle;
aI("text=Beliefs;target=;url=Beliefs.html;");
aI("text=Values;target=;url=Values.html;");
aI("text=Our Pastor;target=;url=Our-Pastor.html;");
}

with(milonic=new menuname("MinistriesLIFELEFT_MENU")){
style=submenuStyle;
aI("text=LIFE;target=;url=LIFE.html;");
aI("text=Childrens;target=;url=Childrens.html;");
aI("text=Youth;target=;url=Youth.html;");
aI("text=Helps;target=;url=Helps.html;");
aI("text=Womens;target=;url=Womens.html;");
aI("text=Worship;target=;url=Worship.html;");
aI("text=Prayer;target=;url=Prayer.html;");
aI("text=Audio;target=;url=Audio.html;");
}


 drawMenus();
