_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(Top_SubMenu=new mm_style()){
	bordercolor="#333333";									// 
	borderstyle="solid";									// 
	borderwidth=1;											// 
	fontfamily="Tahoma,Verdana, Arial";
	fontsize="11px";										// 
	fontstyle="normal";										// 
	itemwidth=175;											// menu width
	offbgcolor="#000000";									// Normal menu background color
	offcolor="#ffffff";										// Normal menu text color
	onbgcolor="#333333";									// 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%";
	subimage="/images/menu_arrow.GIF";

}

with(Top_Menu=new mm_style()){
	styleid=1;
	bordercolor="#FFFFFF";
	borderstyle="solid";
	borderwidth=0;
	fontfamily="Tahoma,Verdana, Arial";
	fontsize="11px";
	fontstyle="normal";
	//itemheight=20;
	//menubgimage="/images/footerbg.jpg";
//	offbgcolor="#152238";									// Normal menu background color
	offcolor="#ffffff";										// Normal menu text color
//	onbgcolor="#333333";									// Highlighted menu background color
	oncolor="#ffffff";										// Highlighted menu text color
	offcolor="#ffffff";
	oncolor="#ffffff";
	padding=0;
	outfilter="randomdissolve(duration=0.3)";
	overfilter="Fade(duration=0.2);Alpha(opacity=100);";
	rawcss="padding-left:0px;padding-right:5px";
	subimagepadding=5;
//	separatoralign="right";
//	separatorcolor="#999999";
//	separatorwidth="10%";
//	subimage="/images/Arrow.gif";
}

with(milonic=new menuname("New_Show")){
	margin=1;
	style=Top_SubMenu;
	aI("text=Show only Buick vehicles;url=/New/?Show=BUICK;");
	aI("text=Show only Pontiac vehicles;url=/New/?Show=PONTIAC;");
	aI("text=Show only GMC vehicles;url=/New/?Show=GMC;");
	aI("text=List our entire new model inventory;url=/New/?Show=ALL;");
}

with(milonic=new menuname("New_Cat")){
	margin=1;
	style=Top_SubMenu;
	aI("text=Show only Cars;url=/New/?Cat=CAR;");
	aI("text=Show only SUV's;url=/New/?Cat=SUV;");
	aI("text=Show only Trucks;url=/New/?Cat=TRUCK;");
	aI("text=Show only Minivans;url=/New/?Cat=MINI-VAN;");
	aI("text=List our entire used model inventory;url=/Used/?Cat=ALL;");
}


with(milonic=new menuname("Used_Cat")){
	margin=1;
	style=Top_SubMenu;
	aI("text=Show only Cars;url=/Used/?Cat=CAR;");
	aI("text=Show only SUV's;url=/Used/?Cat=SUV;");
	aI("text=Show only Trucks;url=/Used/?Cat=TRUCK;");
	aI("text=Show only Minivans;url=/Used/?Cat=MINI-VAN;");
	aI("text=List our entire used model inventory;url=/Used/?Cat=ALL;");
}
