

 	//Unlock Statements

	list7 = true


function imenus_data1(){


	this.enable_visual_design_mode = false

	this.main_is_horizontal = true
	this.menu_showhide_delay = 150


   /*---------------------------------------------
   Images (expand and pointer icons)
   ---------------------------------------------*/


	this.main_expand_image_offx = '0'
	this.main_expand_image_offy = '5'

	this.sub_expand_image_offy = '3'






   /*---------------------------------------------
   Global Menu Styles
   ---------------------------------------------*/

	//Main Menu

	this.main_container_styles = "background-image:url(/alumni/images/nav_alu_bullet2.gif); border-style:none; border-color:#6a6a6a; border-width:1px; padding:2px 0px 3px 6px; "
	this.main_item_styles = "color:#ffffff; text-align:left; font-family:Verdana; font-size:11px; font-weight:normal; text-decoration:none; padding:0px 0px 0px 10px; "
	this.main_item_hover_styles = "color:#fccfa4; font-weight:normal; text-decoration:none; "
	this.main_item_active_styles = ""



	//Sub Menu

	this.subs_container_styles = "background-color:#dedfde; border-style:solid; border-color:#000000; border-width:1px; padding:0px; margin:0px; "
	this.subs_item_styles = "background-color:#dedfde; color:#000000; text-align:left; font-family:Verdana; font-size:10px; font-weight:normal; text-decoration:none; border-style:solid; border-color:#bdbabd; border-width:1px; padding:2px 4px 4px; "
	this.subs_item_hover_styles = "background-color:#cecfce; color:#000000; font-weight:normal; text-decoration:none; border-style:solid; border-color:#bdbabd; "
	this.subs_item_active_styles = ""



}
