//**** CSS Drop Down Menu, (c) 2004, OpenCube Inc.,  -  www.opencube.com ****


function cdd_menu0(){//////////////////////////Start Menu Data/////////////////////////////////
/**********************************************************************************************

	Menu 0 - General Settings and Menu Structure

	**See the menu_styles.css file for additional customization options**

***********************************************************************************************/


//Unlock codes

cdd__code0 = 2484
cdd__code1 = 2081

code0 = 2484
code1 = 2081
sequence = '9x44_5'



/*---------------------------------------------
Icon Images
---------------------------------------------*/



    //Relative positioned icon images (flow with main menu or sub item text)

	this.rel_icon_image0 = "../images/top_menubar/bullet_whitefill.gif"
	this.rel_icon_rollover0 = "../images/top_menubar/bullet_hl.gif"
	this.rel_icon_image_wh0 = "13,8"
	
	


    //Absolute positioned icon images (coordinate positioned)

	this.abs_icon_image0 = "../images/top_menubar/arrow.gif"
	this.abs_icon_rollover0 = "../images/top_menubar/arrow.gif"
	this.abs_icon_image_wh0 = "13,10"
	this.abs_icon_image_xy0 = "-20,13"




/*---------------------------------------------
Divider Settings
---------------------------------------------*/


	this.use_divider_caps = false		//cap the top and bottom of each menu group
	this.divider_width = 1			//applies to horizontal menus only
	this.divider_height = 2			//applies to vertical menus only


    //available specific settings

	this.use_divider_capsX_X = true



/*---------------------------------------------
Menu Orientation and Sizing
---------------------------------------------*/


	this.is_horizontal = false		//false = vertical menus, true = horizontal menus
	this.is_horizontal0 = true

	
	this.menu_width = 200			//applies to vertical menus
//	this.menu_width_items = 120		//applies to items in a horizontal menu
	

this.menu_width_item0_0 = 66
this.menu_width_item0_1 = 79
this.menu_width_item0_2 = 88
this.menu_width_item0_3 = 91
this.menu_width_item0_4 = 115
this.menu_width_item0_5 = 85
	

    //available specific settings
	

	this.is_horizontalX = true
	
	this.menu_widthX = 200

	this.menu_width_itemsX = 100
	this.menu_width_itemX_X = 100

	


/*---------------------------------------------
Optional Style Sheet Class Name Association
---------------------------------------------*/

//Use the following sections to optionally associate menu groups 
//and menu items with existing CSS classes from your site.



   //global class names

	//this.main_menu_class = "myclassname"
	//this.main_items_class = "myclassname"
	//this.main_items_rollover_class = "myclassname"

	//this.sub_menu_class = "myclassname"
	//this.sub_items_class = "myclassname"
	//this.sub_items_rollover_class = "myclassname"


   //specific menu items

	//this.item_classX_X = "myclassname"
	//this.item_rollover_classX_X = "myclassname"



/*---------------------------------------------
Main Menu Group and Items
---------------------------------------------*/


   //Main Menu Group 0

	
	this.item0_0 = "Home"
	this.icon_rel0_0 = 0 
	
	this.item0_1 = "Key Staff"
	this.icon_rel0_1 = 0
	
        this.item0_2 = "Our Focus"
	this.icon_rel0_2 = 0

	this.item0_3 = "For Clients"
	this.icon_rel0_3 = 0
	
	this.item0_4 = "For Candidates"
	this.icon_rel0_4 = 0

	this.item0_5 = "Contact Us"
	this.icon_rel0_5 = 0
	



/*---------------------------------------------
Sub Menu Group and Items
---------------------------------------------*/



   //Sub Menu 0

	this.menu_xy0_0 = "-100,24"
	this.menu_width0_0 = 75
        this.url0_0 = '../welcome/index_eng.htm'



   //Sub Menu 1
	
	this.menu_xy0_1 = "-100,24"
	this.menu_width0_1 = 80
	this.url0_1 = '../company/key_staff.htm'
        

   //Sub Menu 2
	
	this.menu_xy0_2 = "-100,24"
	this.menu_width0_2 = 170
	this.url0_2 = '../company/expertise.htm'


    //Sub Menu 3

	this.menu_xy0_3 = "-100,24"
	this.menu_width0_3 = 190
	
	this.item0_3_0 = "Our Philosophy and Approach"
	this.item0_3_1 = "Diversity in Recruiting"
        this.item0_3_2 = "What Clients Say"
        this.item0_3_3 = "For More Information"

	this.icon_rel0_3_0 = 0
	this.icon_rel0_3_1 = 0
	this.icon_rel0_3_2 = 0
	this.icon_rel0_3_3 = 0

	this.url0_3_0 = '../clients/approach.htm'
	this.url0_3_1 = '../clients/diversity.htm'
	this.url0_3_2 = '../clients/clients_say.htm'
	this.url0_3_3 = '../contact/index.htm'



    //Sub Menu 4

	this.menu_xy0_4 = "-100,24"
	this.menu_width0_4 = 190
	
	this.item0_4_0 = "Working with a Search Firm"
	this.item0_4_1 = "What Our Candidates Say"
	this.item0_4_2 = "Submit Your Resume"

	this.icon_rel0_4_0 = 0
	this.icon_rel0_4_1 = 0
	this.icon_rel0_4_2 = 0

	this.url0_4_0 = '../candidates/searchfirm_tips.htm'
	this.url0_4_1 = '../candidates/candidates_say.htm'
	this.url0_4_2 = '../contact/index.htm'


    //Sub Menu 5

	this.menu_xy0_5 = "-100,24"
	this.menu_width0_5 = 120
        this.url0_5 = '../contact/index.htm'
	


}///////////////////////// END Menu Data /////////////////////////////////////////



