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

/************************************************************
					BEGIN STYLES
************************************************************/		
with(father=new mm_style()){
	onbgcolor="none";
	oncolor="#ffb50f";
	offbgcolor="";
	offcolor="#ffffff";
	bordercolor="";
	borderstyle="";
	borderwidth=0;
	separatorcolor="";
	separatorsize="0";
	//margin=0
	//padding=10;
	fontsize="10";
	fontstyle="normal"; //italic, etc.
	fontweight="bold";
	fontfamily="Arial, Verdana, Tahoma";
	pagecolor="";
	pagebgcolor="";
	headercolor="";
	headerbgcolor="";
	//image="css/images/menu_bullet.gif";
	//imagepadding="6";
	//subimage="css/images/menu_bullet.gif";
	//subimagepadding="4";
	overfilter="Fade(duration=0.5)";
	outfilter="Fade(duration=0.5)";//"randomdissolve(duration=0.3)";
}

with(child=new mm_style()){
	onbgcolor="#fcb106";
	offbgcolor="#52576b";
	oncolor="#515151";
	offcolor="#ffffff";
	separatorcolor="#fcb106";
	separatorsize="0";
	bordercolor="#fcb106";
	borderstyle="solid";
	borderwidth=1;
	padding=4;
	fontsize="10";
	fontstyle="normal"; //italic, etc.
	fontweight="bold";
	fontfamily="Arial, Verdana, Tahoma";
	overfilter="Fade(duration=0.5)";
	outfilter="Fade(duration=0.5)";
}

with(grandchild=new mm_style()){
	onbgcolor="#fcb106";
	offbgcolor="#52576b";
	oncolor="#515151";
	offcolor="#ffffff";
	separatorcolor="#fcb106";
	separatorsize="0";
	bordercolor="#fcb106";
	borderstyle="solid";
	borderwidth=1;
	padding=4;
	fontsize="10";
	fontstyle="normal"; //italic, etc.
	fontweight="bold";
	fontfamily="Arial, Verdana, Tahoma";
	overfilter="Fade(duration=0.5)";
	outfilter="Fade(duration=0.5)";
}
/************************************************************
					END STYLES
************************************************************/

/*************		BEGIN MENU 			********************/

/************************************************************
					BEGIN FATHER
************************************************************					
with(milonic=new menuname("menu")){
	alwaysvisible=1;
	//left=0;
	orientation="vertical";
	style=father;
	position="relative";
	//top=0;
	itemheight=16; 
	itemwidth=88;
	margin=10;
	aI("text=<? echo escribe_txt('txt_home') ?>;url=htmls/home/home.htm;target=navigation;");
	aI("text=about us;url=htmls/about/about.htm;target=navigation;");
	aI("showmenu=women_store;text=<? echo escribe_txt('txt_companyia') ?>;");
	aI("showmenu=men_store;text=men's store;");
	aI("text=sales;url=htmls/sales/sales.htm;target=navigation;");
	aI("text=contact us;url=htmls/contact/contact.htm;target=navigation;");
}
/************************************************************
					END FATHER
************************************************************/

/************************************************************
					BEGIN CHILDS
************************************************************		
with(milonic=new menuname("women_store")){
	style=child;
	itemheight=16; 
	itemwidth=110;
	margin=4;
	aI("showmenu=women_apparel;text=apparel;");
	aI("showmenu=handbags;text=handbags & wallets;");
	aI("text=accessories;url=#;");
	aI("showmenu=women_shoes;text=shoes;");
}

with(milonic=new menuname("men_store")){
	style=child;
	itemheight=16; 
	itemwidth=110;
	margin=4;
	aI("text=antik;url=#;");
	aI("text=blue cult;url=#;");
	aI("text=tag;url=#;");
	aI("text=rock & republic;url=#;");
	aI("text=true religion;url=#;");
}
/************************************************************
					END CHILDS
************************************************************/		

/************************************************************
					BEGIN GRANDCHILDS
************************************************************		
with(milonic=new menuname("women_apparel")){
	style=grandchild;
	itemheight=16; 
	itemwidth=110;
	margin=4;
	aI("text=abg;url=#;");
	aI("text=antik;url=#;");
	aI("text=allen b;url=#;");
	aI("text=blue cult;url=#;");
	aI("text=joes;url=#;");
	aI("text=poleci;url=#;");
	aI("text=rebbeca taylor;url=#;");
	aI("text=rock & republic;url=#;");
	aI("text=tag;url=#;");
	aI("text=sue wang;url=#;");
	aI("text=true religion;url=#;");
}

with(milonic=new menuname("handbags")){
	style=grandchild;
	itemheight=16; 
	itemwidth=110;
	margin=4;
	aI("text=fendi;url=#;");
	aI("text=isabella fiore;url=#;");
	aI("text=felix rey;url=#;");
	aI("text=gucci;url=#;");
	aI("text=prada;url=#;");
	aI("text=salvatore ferragamo;url=#;");
	aI("text=santi;url=#;");
	aI("text=ipa nima;url=#;");
	aI("text=yilin;url=#;");
}

with(milonic=new menuname("women_shoes")){
	style=grandchild;
	itemheight=16; 
	itemwidth=110;
	margin=4;
	aI("text=mystique;url=#;");
}
/************************************************************
					END GRANDCHILDS
************************************************************/
//drawMenus();	

