_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#B6B6B6'; 
oncolor='#ffffff'; 
offbgcolor='#383838'; 
offcolor='#000000'; 
bordercolor=''; 
borderstyle=''; 
borderwidth=0; 
separatorcolor='#C8CBCA'; 
separatorsize='0'; 
padding=2; 
fontsize='70%'; 
fontstyle=''; 
fontfamily=''; 
subimage=''; 
bgimage='';
subimagepadding='0'; 
} with(menuStyle=new mm_style()){ 
onbgcolor='#99FFFF'; 
oncolor='#000000'; 
offbgcolor='#FFFFFF'; 
offcolor='#006633'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='70%'; 
itemwidth='100';
itemheight='25';
align='Center';
fontstyle='Normal'; 
fontweight='Normal'; 
fontfamily='Verdana'; 
subimage='images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#000000'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('3')){ style=menuStyle; aI('text=Resource Extraction;url=resourceextraction.aspx;status=Resource Extraction;');aI('text=Resource Development;url=resourcedevelopment.aspx;status=Resource Development;');aI('text=Professional Services;url=professionalservices.aspx;status=Professional Services;');} with(sat=new menuname('2')){ style=menuStyle; aI('text=Our Vision;url=OurVision.aspx;status=Our Vision;');aI('text=Our History;url=OurHistory.aspx;status=Our History;');aI('text=Our People;url=Our_People.aspx;status=Our People;');aI('text=First Nations Partnership;url=First_Nations.aspx;status=First Nations Partnership;');} drawMenus();
