function menudata0()
{
this.main_container_border_width = "1px";
this.main_container_border_style = "none";
this.subs_container_padding = "2px, 2px, 2px, 2px";
this.subs_container_border_width = "1px";
//this.subs_container_styles = "background-color:#FF0000;border-color:#ffffff;";

this.subs_container_styles = "background-color:#FF0000;border-color:#ffffff;";

this.main_item_padding = "1px,1px,1px,1px";
//this.main_item_styles="text-decoration:none;font-family:'Verdana';font-size:11px;color:#0461A7;border-style:none;text-align:left;border-style:none;";

this.main_item_styles="text-decoration:none;font-family:'Verdana';font-size:11px;background-color:#CCFFFF;color:#FF3300;border-style:none;text-align:left;border-style:none;";
                                        
this.main_item_hover_styles =  "background-color:#cce3f8;	text-decoration:normal;		color:#193f64;";
this.main_item_active_styles = "background-color:#cce3f8;	text-decoration:normal;		color:#193f64;";
this.subs_item_padding = "3px,3px,3px,3px";
        
this.subs_item_styles = "text-decoration:none; font-face:Arial;font-size:11px;background-color:#cce3f8;color:#111111;border-style:none;text-align:left;border-style:none;border-color:#000000;border-width:1px;border-bottom:1px solid #ffffff;";

this.subs_item_hover_styles =  "background-color:#ffffff;color:#255585;";
this.subs_item_active_styles = "background-color:#ffffff;color:#255585;";

this.main_is_horizontal = true;    
this.main_item_width0 = 80		
this.main_item_width1 = 85		
this.main_item_width2 = 100		
this.main_item_width3 = 100
this.main_item_width4 = 92
this.main_item_width5 = 124
this.main_item_width6 = 84
this.menu_showhide_delay = 50;
}


