
_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( mainStyle = new mm_style() ) { 
	onbgcolor		= "#333333";
	oncolor			= "#EEEEEE";
	offbgcolor		= "#000000";
	offcolor		= "#FFFFFF";
	borderstyle		= "none";
	fontstyle		= "normal";
	fontsize		= "12px";
	fontfamily		= "Tahoma";
	padding			= "0";
	separatorsize	= "1";
	separatorpadding= "0";
}

with( menuStyle = new mm_style() ) {
	onbgcolor		= "#000000";
	oncolor			= "#1b6ba8";
	offbgcolor		= "#1b6ba8";
	offcolor		= "#FFFFFF";
	bordercolor		= "#000000";
	borderstyle		= "solid";
	borderwidth		= "1";
	separatorcolor	= "#000000";
	separatorsize	= "1";
	padding			= 5;
	fontsize		= "12px";
	fontstyle		= "bold";
	fontfamily		= "Tahoma";
	pagecolor		= "black";
	pagebgcolor		= "#F3EBE8";
	headercolor		= "#000000";
	headerbgcolor	= "#F3EBE8";
	subimage		= "/lib/js/milonic/arrow.gif";
	subimagepadding	= "2";
	overfilter		= "Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
	outfilter		= "fade(duration=0.3)";
}


with( milonic=new menuname("Main Menu") ) {
	screenposition	= "center";
/*	top				= "offset=180"; */
	left			= "offset=75"; 
	style			= mainStyle;
	alwaysvisible	= 1;
	orientation		= "horizontal";
	aI("url=/index.php;status=Back To Home Page;text=Home;");
	aI("url=/360_approach.php;text=360 Approach;showmenu=360");
	aI("url=/overview.php;text=Services;showmenu=overview");
	aI("url=/about.php;text=About;showmenu=about");
	aI("url=/mediabackpage/;status=Media Backpage Blog;text=Media Backpage Blog;");
	aI("url=/contact.php;status=Contact Us;text=Contact;");	
}

with( milonic=new menuname("360") ) {
	style			= menuStyle;
	overflow		= "scroll";
	aI("url=/360_approach.php;text=360 Approach;");
	aI("text=The 5 Step Process;url=/5_step_process.php");
}

with( milonic=new menuname("overview") ) {
	style			= menuStyle;
	overflow		= "scroll";
	aI("url=/overview.php;text=Overview;");
	aI("text=Traditional Media;showmenu=traditional;url=/traditional_media.php");
	aI("text=Podcasting & Webcasting;url=/podcasting.php;showmenu=podcasting");
	aI("text=Social Media;url=/socialpro.php;showmenu=blogs;");
	aI("text=Mobile Media;url=/rss_sms.php;showmenu=mobile");	
	aI("text=Custom Media;url=/custom_audio_solutions.php;showmenu=custom");	
}

with( milonic=new menuname("traditional") ) {
	style			= menuStyle;
	overflow		= "scroll";
	aI("text=Traditional Media Overview;url=/traditional_media.php");
	aI("text=Traditional Media Services;url=/traditional_media_services.php");
}

with( milonic=new menuname("podcasting") ) {
	style			= menuStyle;
	overflow		= "scroll";
	aI("text=Podcasting & Webcasting Overview;url=/podcasting.php");
	aI("text=Podcast Production;url=/podcast_production.php");
	aI("text=ExecuCast;url=/execucast.php");
	aI("text=ConferenceCast;url=/conferencecast.php");
}

with( milonic=new menuname("blogs") ) {
	style			= menuStyle;
	overflow		= "scroll";
	aI("text=Social Media Services;url=/socialpro.php");
}

with( milonic=new menuname("mobile") ) {
	style			= menuStyle;
	overflow		= "scroll";
	aI("text=Mobile Marketing Overview;url=/rss_sms.php");
	aI("text=Widgets;url=/widgets.php");	
}

with( milonic=new menuname("custom") ) {
	style			= menuStyle;
	overflow		= "scroll";
	aI("text=Custom Audio Solutions;url=/custom_audio_solutions.php");
	aI("text=Professional Video Production;url=/corporate_video.php");	
}

with( milonic=new menuname("about") ) {
	style			= menuStyle;
	overflow		= "scroll";
	aI("text=About Citycast;url=/about.php");
	aI("text=Bios;url=/bios.php");
	aI("text=Our Work;url=/our_work.php");
}
