
_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x

with(menuStyle1=new mm_style()){
onbgcolor="#cc3333";
oncolor="#000";
offbgcolor="#cc3333";
offcolor="#fff";
separatorcolor="#cc3333";
separatorsize="0";
separatorheight="12";
separatorwidth="0";
separatorpadding="0";
padding="5";
fontsize=".9em";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Arial,Helvetica,Sans-Serif";
align="center";
}

with(menuStyle2=new mm_style()){
onbgcolor="#C9AA7E";
oncolor="#000";
offbgcolor="#e6e6e6";
offcolor="#000";
bordercolor="#aaa";
borderstyle="solid";
borderwidth="1";
separatorcolor="#ccc";
separatorsize="1";
padding="5";
fontsize=".7em";
fontstyle="normal";
fontfamily="Tahoma,Arial,Helvetica,Sans-Serif";
}

with(milonic=new menuname('Main Menu')){
style=menuStyle1;

alwaysvisible="1";
orientation="horizontal";
position="relative";
itemheight="18";
<!--- aI('text=Home;url=http://valorpartners.com/index.cfm/fa/home.main.htm;status=Back To Home Page;itemwidth=50;'); --->

aI('text=Home;url=/index.cfm/fa/content.view/menuID/100.htm;status=Executive Search Firm;itemwidth=90;');

aI('text=About&nbsp;Us;url=/index.cfm/fa/content.view/menuID/672.htm;showmenu=menu_659;status=About Us;itemwidth=90;')

aI('text=Team;url=/index.cfm/fa/content.view/menuID/670.htm;showmenu=menu_669;status=Our Team;itemwidth=90;')

aI('text=Clients;url=/index.cfm/fa/content.view/menuID/663.htm;showmenu=menu_663;status=Our Clients;itemwidth=90;')

aI('text=Contact&nbsp;Us;url=/index.cfm/fa/content.view/menuID/666.htm;status=Contact Us;itemwidth=90;');

<!--- aI('text=Log In;url=http://valorpartners.com/index.cfm/fa/acc.loginform.htm;status=Log in to this web site;itemwidth=60;'); --->
}
		
with(milonic=new menuname('menu_659')){
style=menuStyle2;
overflow='scroll';
itemwidth=100;

aI('text=Overview;url=/index.cfm/fa/content.view/menuID/672.htm;status=About Us;itemwidth=90;');

aI('text=Focus;url=/index.cfm/fa/content.view/menuID/673.htm;status=About Us;itemwidth=90;');

aI('text=Process;url=/index.cfm/fa/content.view/menuID/674.htm;status=About Us;itemwidth=90;');


}

		
with(milonic=new menuname('menu_669')){
style=menuStyle2;
overflow='scroll';
itemwidth=100;

aI('text=Valor;url=/index.cfm/fa/content.view/menuID/670.htm;status=Our Team;itemwidth=90;');

aI('text=Partners;url=/index.cfm/fa/content.view/menuID/671.htm;status=Our Team;itemwidth=90;');


}

		
with(milonic=new menuname('menu_663')){
style=menuStyle2;
overflow='scroll';
itemwidth=100;

aI('text=Client&nbsp;Comments;url=/index.cfm/fa/content.view/menuID/676.htm;status=Our Clients;itemwidth=90;');


}

