_menuCloseDelay=500;
_menuOpenDelay=1500;
_subOffsetTop=102;
_subOffsetLeft=-2;


with(submenuStyle=new mm_style()){
styleid=1;
bordercolor="#ACABAB";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontstyle="normal";
fontweight="normal";
headercolor="#000000";
imagepadding=8;
offbgcolor="#ffffff";
offcolor="#808080";
onbgcolor="#E7E6E7";
oncolor="#FB1901";
outfilter="Blinds( Bands=1,direction=up, duration=0.3)";
overfilter="Blinds( Bands=1,direction=down, duration=0.3)";
padding=4;
pagecolor="black";
separatorcolor="#808080";
separatorsize=1;
subimagepadding=8;

}

with(menuStyle=new mm_style()){
//bordercolor="";
//borderstyle="solid";
//borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontstyle="normal";
fontweight="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
//imagepadding=6;
offbgcolor="";
offcolor="#FFFFFF";
onbgcolor="";
//bgimage='images/menubg.gif';
oncolor="#C0C0C0";
outfilter="Fade(Overlap=1.00)";
//separatorcolor="#ffffff";
//separatorsize=1;
padding=1;

}

with(milonic=new menuname("Tenants")){
style=submenuStyle;

aI("text=Tenant Tips ;url=http://www.propertyrental.com.au/tenant-tips.php;");
aI("text=Application Form;url=http://www.propertyrental.com.au/tenant_application.php;");
aI("text=Maintenance Request;url=http://www.propertyrental.com.au/tenant_maintenance_request.php;");
}

with(milonic=new menuname("Landlord")){
style=submenuStyle;

aI("text=About Us;url=http://www.propertyrental.com.au/about_property_rental.php;");
aI("text=Property Management;url=http://www.propertyrental.com.au/property_management.php;");
aI("text=Landlord's Club;url=http://www.propertyrental.com.au/landlords_club.php;");
//aI("text=Contact Us;url=property_rental_contact.php;");

}

with(milonic=new menuname("Properties")){
style=submenuStyle;

//aI("text=Australia;url=properties.php;");
aI("text=Australia;url=http://www.realestate.com.au/cgi-bin/rsearch?a=sf&t=ren&s=aus&snf=bs&ag=PSHKEN&cu=PSHKEN;");
aI("text=International;url=http://www.propertyrental.com.au/international.php;");

}

drawMenus();

