list7 = true function imenus_data0(){ 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 = 'http://www.tuscanyeyewear.com/include/navigation/images/arrow_main_down.gif' this.main_expand_image_hover = 'http://www.tuscanyeyewear.com/include/navigation/images/arrow_main_down.gif' this.main_expand_image_width = '7' this.main_expand_image_height = '5' this.main_expand_image_offx = '-3' this.main_expand_image_offy = '8' this.sub_expand_image_width = '5' this.sub_expand_image_height = '7' this.sub_expand_image_offx = '0' this.sub_expand_image_offy = '3' this.main_pointer_image = 'http://www.tuscanyeyewear.com/include/navigation/images/arrow_pointer_down.gif' this.main_pointer_image_width = '10' this.main_pointer_image_height = '11' this.main_pointer_image_offx = '-4' this.main_pointer_image_offy = '-9' this.sub_pointer_image = 'http://www.tuscanyeyewear.com/include/images/pointer_glasses.gif' this.sub_pointer_image_width = '38' this.sub_pointer_image_height = '10' this.sub_pointer_image_offx = '-9' this.sub_pointer_image_offy = '-6' /*--------------------------------------------- Global Menu Styles ---------------------------------------------*/ //Main Menu this.main_container_styles = "border-style:none; border-color:#000000; border-width:0px; padding:0px; margin:0px; " this.main_item_styles = "color:#000000; text-align:center; font-family:Arial; font-size:12px; font-weight:normal; text-decoration:none; border-style:solid; border-color:#000000; border-width:1px; padding:2px 1px; " this.main_item_hover_styles = "color:#FFFFFF; background-color:#7E96E0; text-decoration:none; " this.main_item_active_styles = "background-color:#3B3C41; " //Sub Menu this.subs_container_styles = "filter:progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward); background-color:#efefef; border-style:solid; border-color:#4E5F84; border-width:1px; padding:2px; margin:0px; " this.subs_item_styles = "color:#016C90; text-align:right; font-size:11px; font-weight:normal; text-decoration:none; border-style:none; border-color:#000000; border-width:1px; padding:2px 0px; " this.subs_item_hover_styles = "color:#FFFFFF; text-decoration:none; " this.subs_item_active_styles = "background-color:#8ABCDB; " }