with(menuSubStyle=new mm_style()){
    bordercolor = "#4a3d33";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
align="left";
fontsize="12px";
fontstyle="normal";
headerbgcolor = "#f8981d";
headercolor="#000000";
offbgcolor = "#635245";
offcolor="#ffffff";
onbgcolor = "#635245";
oncolor="#333333";
//outfilter="randomdissolve(duration=0.3)";
padding = 5;
pagebgcolor = "#4a3d33";
pagecolor = "#a99e86";
separatorcolor="#333333";
separatorsize=1;
subimage="/images/whitearrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("corporate")){
orientation="vertical";
style = menuSubStyle;
aI("text=Corporate Directory;url=/corporate_directory.aspx;");
aI("text=Directors &amp; Management;url=/corporate_directors.aspx;");
aI("text=Corporate Governence;url=/corporate_governance.aspx;");
}

with(milonic=new menuname("projects")){
orientation="vertical";
style = menuSubStyle;
aI("showmenu=ROK;text=South Korea;url=/project_skuranium.aspx;");
aI("showmenu=TAS;text=Tasmania;");
}

with (milonic = new menuname("TAS")) {
    orientation = "vertical";
    style = menuSubStyle;
    aI("text=Stonehenge Pb-Zn-Ag Project;url=/project_shPbZnAg.aspx;");
    aI("text=Stonehenge Ni Project;url=/project_shNi.aspx;");
    aI("text=Granville Sn Project;url=/project_granvilleSn.aspx;");
}

with(milonic=new menuname("investors")){
orientation="vertical";
style=menuSubStyle;
aI("text=Share Price;url=/investor_share_price.aspx;");
aI("text=Quarterly &amp; Annual Reports;url=/investor_reports.aspx;");
aI("text=ASX Announcements;url=/investor_asx.aspx;");
aI("text=Stonehenge Metals in the Media;url=/inthemedia.aspx;");
}

with (milonic = new menuname("ROK")) {
    orientation = "vertical";
    style = menuSubStyle;
    aI("text=South Korea Uranium;url=/project_skuranium.aspx;");
    aI("text=Resources;url=/skresources.aspx;");
    aI("text=Related Links &amp; Media Releases;url=/media_korea_uranium.aspx;");
}




drawMenus();

