_menuCloseDelay=500           	// The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            	// The time delay before menus open on mouse over
_subOffsetTop=5               	// Sub menu top offset
_subOffsetLeft=10            	// Sub menu left offset

with(AllImagesStyle=new mm_style()){
onbgcolor="#838591";
oncolor="#838591";
offbgcolor="#838591";
offcolor="#838591";
bordercolor="#ACCFE6";
borderstyle="solid";
borderwidth=0;
padding=15;
fontsize="100%";
fontstyle="normal";
fontfamily="Arial, Verdana, Tahoma";
}

with(cvsStyle=new mm_style()){
onbgcolor="#4E8299";
oncolor="#FFFFFF";
offbgcolor="#E9F2F8";
offcolor="#000000";
bordercolor="#ACCFE6";
borderstyle="solid";
borderwidth=0;
itemwidth=190;
separatorcolor="#FFFFFF";
separatorsize="0";
padding=3;
fontsize="100%";
fontstyle="normal";
fontweight="normal";
fontfamily="Arial, Verdana, Tahoma";
align="left";
pagecolor="#0B5A9C";
pageoncolor="#0B5A9C";
headercolor="#FFFFFF";
headerbgcolor="#ACCFE6";
subimage="arrow.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#ACCFE6', Direction=135, Strength=0)";
}

with(milonic=new menuname("cvs")){
	style = cvsStyle;
	overflow="scroll";
	aI("text=&nbsp;&nbsp;Interior Painting;url=../interior_painting.htm");
	aI("text=&nbsp;&nbsp;Exterior Painting;url=../exterior_painting.htm");
	aI("text=&nbsp;&nbsp;Faux Finish;url=../faux_finish.htm");
	aI("text=&nbsp;&nbsp;Carpentry;url=../carpentry.htm");
	aI("text=&nbsp;&nbsp;Wallcovering Installation & Removal;url=../wallcovering.htm");
	aI("text=&nbsp;&nbsp;Plastering & Stucco Repair;url=../plaster_stucco.htm");
	aI("text=&nbsp;&nbsp;Color Consultation;url=../color_consultation.htm");
	aI("text=&nbsp;&nbsp;Painter for a Day&#8482;;url=../painter-for-a-day.htm");
}

with(milonic=new menuname("about")){
style = cvsStyle;
	aI("text=&nbsp;&nbsp;Why Hire Nolan Painting?;url=../why_hire.htm");

	aI("text=&nbsp;&nbsp;Go Green;url=../go-green.htm");
	
		aI("text=&nbsp;&nbsp;Media Kit;url=../mediakit.htm");
	
		
}


drawMenus();
