_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=5               // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#8FB4A9";
oncolor="#ffffff";
offbgcolor="#ffffff";
offcolor="#8FB4A9";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
separatorcolor="#000000";
separatorsize="4";
padding=0;
fontsize="11px";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#C8979D";
oncolor="#ffffff";
offbgcolor="#AE7279";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Arial, Verdana";
pagecolor="white";
pagebgcolor="#AE7279";
headercolor="#ffffff";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=100);";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
aI("url=/pages/content/main.html;image=/pages/images/pages/home_off.gif;overimage=/pages/images/pages/home_on.gif;");
aI("url=/pages/content/why_camden.html;image=/pages/images/pages/about_off.gif;overimage=/pages/images/pages/about_on.gif;showmenu=WhyCamden;");
aI("url=/pages/content/gallery.html;image=/pages/images/pages/galleries_off.gif;overimage=/pages/images/pages/galleries_on.gif;");
aI("url=/pages/content/communities.html;image=/pages/images/pages/communities_off.gif;overimage=/pages/images/pages/communities_on.gif;");
aI("url=/pages/content/camden_land_group.html;image=/pages/images/pages/landgroup_off.gif;overimage=/pages/images/pages/landgroup_on.gif;");
aI("url=/pages/content/contact.html;image=/pages/images/pages/contact_off.gif;overimage=/pages/images/pages/contact_on.gif;showmenu=Contact;");
}

with(milonic=new menuname("WhyCamden")){
style=menuStyle2;
aI("text=Company History;url=/pages/content/company_history.html;");
aI("text=Custom Building Process;url=/pages/content/process.html;");
aI("text=Testimonials;url=/pages/content/testimonials.html;");
//aI("text=Making Building Easy for You;url=/pages/content/building_easier.html;");
//aI("text=Financing;url=/pages/content/financing.html;");
//aI("text=Camden Land Group;url=/pages/content/camden_land_group.html;");
}

with(milonic=new menuname("Contact")){
style=menuStyle2;
aI("text=Request for Service;url=/pages/content/request_for_service.html;");
}

drawMenus();
