_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=17;
_subOffsetLeft=-80;

with(SubMenu_Style1=new mm_style()){
	bordercolor="#DD0806";									// 
	borderstyle="solid";									// 
	borderwidth=1;											// 
	fontfamily="Verdana, Tahoma, Arial";					// 
	fontsize="11px";										// 
	fontstyle="normal";										// 
//	fontweight="bold";
	onbold=1;
	itemwidth=145;											// menu width
	offbgcolor="#DCDCDC";									// Normal menu background color
	offcolor="#000000";										// Normal menu text color
	onbgcolor="#DD0806";									// Highlighted menu background color
	oncolor="#ffffff";										// Highlighted menu text color
	outfilter="randomdissolve(duration=0.3);"				// Fade out
	overfilter="Fade(duration=0.2);Alpha(opacity=90);";		// Menu overlay
	padding=2;												// Menu padding around cell
//	pagebgcolor="#000000";									// 
//	pagecolor="#ffffff";									// 
	separatorsize=1;
	subimagepadding=0;
	separatoralign="right";
	separatorcolor="#999999";
	separatorwidth="100%";


}
with(SubMenu_Style2=new mm_style()){
	bordercolor="#DD0806";									// 
	borderstyle="solid";									// 
	borderwidth=1;											// 
	fontfamily="Verdana, Tahoma, Arial";					// 
	fontsize="11px";										// 
	fontstyle="normal";										// 
	//fontweight="bold";
	itemwidth=225;											// menu width
	offbgcolor="#FFFFFF";									// Normal menu background color
	offcolor="#000000";										// Normal menu text color
	onbold=1;
	onbgcolor="#c0c0c0";									// Highlighted menu background color
	oncolor="#DD0806";										// Highlighted menu text color
	outfilter="randomdissolve(duration=0.3);"				// Fade out
	overfilter="Fade(duration=0.2);Alpha(opacity=90);";		// Menu overlay
	padding=2;												// Menu padding around cell
//	pagebgcolor="#000000";									// 
//	pagecolor="#ffffff";									// 
	separatorsize=1;
	subimagepadding=0;
	separatoralign="right";
	separatorcolor="#999999";
	separatorwidth="100%";

}

with(Top_Menu=new mm_style()){
	bordercolor="#DD0806";									// 
	borderstyle="solid";									// 
	borderwidth=1;											// 
	fontfamily="Verdana, Tahoma, Arial";					// 
	fontsize="12px";										// 
	fontstyle="normal";										// 
	itemwidth=145;											// menu width
	fontweight="bold";
	offbgcolor="#DD0806";									// Normal menu background color
	offcolor="#FFFFFF";										// Normal menu text color
	onbgcolor="#ffffff";									// Highlighted menu background color
	oncolor="#000000";										// Highlighted menu text color
	outfilter="randomdissolve(duration=0.3);"				// Fade out
	overfilter="Fade(duration=0.2);Alpha(opacity=90);";		// Menu overlay
	padding=1;												// Menu padding around cell
//	pagebgcolor="#ffffff";									// 
//	pagecolor="#ffffff";									// 
	separatorsize=1;
	subimagepadding=0;
	separatorcolor="#111111";
	separatoralign="center";
	separatorwidth="100%";
//	subimage="/images/menu_arrow.GIF";
}


	///////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// JEWELRY MENU
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////
	with(milonic=new menuname("JEWELRY_SubMenu"))
	{
		margin=1;
		style=SubMenu_Style1;
		aI("showmenu=Designer_SubMenu;text=Designer ;");
		aI("showmenu=ColoredStone_SubMenu;text=Colored Stone;");
		aI("showmenu=Sterling_SubMenu;text=Sterling Silver;");
		aI("showmenu=Tribal_SubMenu;text=Tribal;");
	}
				with(milonic=new menuname("Designer_SubMenu"))
				{
					margin=1;
					style=SubMenu_Style2;
					aI("text=Sergio Gutierrez;url=/sergio.html;");
					aI("text=Miguel Simek;url=/simek1.html;");
					aI("text=Rob Hair;url=/robhair1.html;");
					aI("text=Noemia Brazil;url=/noemia1.html;");
					aI("text=Volare Designs;url=/volare1.html;");
//					aI("text=One Of A Kind;url=/designer1.html;");
//					aI("text=Amber;url=/designer4.html;");
//					aI("text=Turquoise;url=/designer5.html;");
				}
				with(milonic=new menuname("ColoredStone_SubMenu"))
				{
					margin=1;
					style=SubMenu_Style2;
					aI("text=One Of A Kind;url=/designer1.html;");
					aI("text=Amber;url=/designer4.html;");
					aI("text=Turquoise;url=/designer5.html;");
				}
				with(milonic=new menuname("Sterling_SubMenu"))
				{
					margin=1;
					style=SubMenu_Style2;
					aI("text=Miguel Simek;url=/simek1.html;");
//					aI("text=Miguel Simek Hoops;url=/simek4.html;");
					aI("text=Plain Silver Hoops;url=/silverhoops.html;");
					aI("text=Crosses, Crucifixes & Rosaries;url=/crosses1.html;");
				}
				with(milonic=new menuname("Tribal_SubMenu"))
				{
					margin=1;
					style=SubMenu_Style2;
					aI("text=Tribal Jewelry;url=/tribal1.html;");
				}
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// ART MENU
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////
	with(milonic=new menuname("ART_SubMenu"))
	{
		margin=1;
		style=SubMenu_Style1;
		aI("showmenu=FolkArt_SubMenu;text=Folk Art;");
		aI("showmenu=PopCulture_SubMenu;text=Pop Culture;");
		aI("showmenu=TribalArt_SubMenu;text=Tribal Art;");
	}
				with(milonic=new menuname("FolkArt_SubMenu"))
				{
					margin=1;
					style=SubMenu_Style2;
					aI("text=Frida Kahlo;url=/folk1.html;");
					aI("text=Day Of The Dead;url=/folk4.html;");
					aI("text=Rafael Alvarez Diaz;url=/rafael1.html;");
					aI("text=Mexican Retablos;url=/folk9.html;");
					aI("text=Haiti;url=/haiti.html;");
				}
				with(milonic=new menuname("PopCulture_SubMenu"))
				{
					margin=1;
					style=SubMenu_Style2;
					aI("text=Frida Kahlo;url=/folk1.html;");
				}
				with(milonic=new menuname("TribalArt_SubMenu"))
				{
					margin=1;
					style=SubMenu_Style2;
					aI("text=African;url=;");
					aI("text=Papua New Guinea;url=;");
				}
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// GIFTS MENU
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////
	with(milonic=new menuname("GIFTS_SubMenu"))
	{
		margin=1;
		style=SubMenu_Style1;
//		aI("text=Ancient Egypt;url=/1ytc.html;");
//		aI("text=Buddhist & Hindu Statuary;url=/3ytc.html;");
//		aI("text=Devils, Dragons & Gargoyles;url=/2ytc.html;");
//		aI("text=Skulls & Skeletons;url=/4ytc.html;");
//		aI("text=Art Nouveau;url=/nouveau1.html;");
//		aI("text=Bamboo Curtains;url=/bamboo1.html;");
		aI("text=Crystals & Minerals;url=/crystals1.html;");
	}

	///////////////////////////////////////////////////////////////////////////////////////////////////////////////
	// WORLD MENU
	///////////////////////////////////////////////////////////////////////////////////////////////////////////////
	with(milonic=new menuname("WORLD_SubMenu"))
	{
		margin=1;
		style=SubMenu_Style2;
		aI("text=Buddhist & Hindu Statuary;;url=/3ytc.html;");
		aI("text=Crosses, Crucifixes & Rosaries;url=/crosses1.html;");
	}

