_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle1=new mm_style()){
bordercolor="#147BAE";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma, Verdana, Arial";
fontsize="11px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000";
fontweight="bold";
offbgcolor="none";
onbgcolor="#F7E2E3";
oncolor="#A4191F";
offcolor="#FFFFFF";
separatorcolor="#DC5056";
separatorsize=1;
//subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
rawcss="padding-left:18px;padding-right:19px";
}


with(menuStyle=new mm_style()){
//bordercolor="#147BAE";
//borderstyle="solid";
borderwidth=0;
align="left";
itemwidth="150";
fontfamily="Tahoma, Verdana, Arial";
fontsize="10px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#147BAE";
offbgcolor="#F7E2E3";
offcolor="#A4191F";
onbgcolor="#A4191F";
oncolor="#ffffff";
fontweight="bold";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
//padding=1;
pagebgcolor="#82B6D7";
pagecolor="#F7E2E3";
separatorcolor="#B24348";
separatorsize=1;
//subimage="http://www.milonic.com/menuimages/arrow.gif";
subimagepadding=2;
rawcss="padding-left:10px";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
position="relative";
style=menuStyle1;
top=10;
aI("text=Home;url=index.php?_p_=1;");
aI("text=About Us;url=index.php?_p_=2;showmenu=AboutUs;");
aI("showmenu=Milonic;text=Services;url=index.php?_p_=3;");
aI("text=Products;url=index.php?_p_=4;");
aI("text=Models;url=index.php?_p_=18;");
aI("text=News/Media;url=index.php?_p_=6;");
aI("text=Photo Gallery;url=index_gallery.php;");
aI("text=Contact Us;url=index.php?_p_=7;");
}


with(milonic=new menuname("AboutUs")){
style=menuStyle;
aI("text=Our Staff;url=index.php?_p_=13;")
}

with(milonic=new menuname("Milonic")){
style=menuStyle;
aI("text=Hair Design &amp; Color;url=index.php?_p_=9;")
aI("text=Body Treatments;url=index.php?_p_=10;")
aI("text=Facial Treatments;url=index.php?_p_=11;")
aI("text=Massage Services;url=index.php?_p_=15;")
aI("text=Spa Service Packages;url=index.php?_p_=16;")
aI("text=Bridal Services;url=index.php?_p_=17;")
aI("text=Gift Cards;url=index.php?_p_=12;")
aI("text=FAQ's;url=index.php?_p_=14;")
}

drawMenus();
