node7 = true
function menudata0(){

  this.main_container_border_width = "1px"
  this.main_container_border_style = "none"
  this.main_container_styles =   "background-color:none;"

  this.subs_container_padding = "0px, 0px, 0px, 0px;"
  this.subs_container_border_width = "1px"
  this.subs_container_border_style = "none"

  this.subs_container_styles =   "background-color:#000000;		\
                                  border-color:#f5c036;    \
                                  border-bottom:1px solid #f5c036;"

  this.main_item_padding = "0"
        
  this.main_item_styles =        "text-decoration:none;		\
                                 font-weight:normal;			\
                                 font-family:Verdana;			\
                                 font-size:10px;			\
                                 background-color:none;		\
                                 color:#fff;			\
                                 text-align:center;			\
                                 border-style:none;			\
                                 border-color:#000000;		\
                                 border-width:0px;"

  this.main_item_hover_styles =  "background-color:#f5c035;		\
                                 text-decoration:normal;		\
                                 color:#000;"
  
  this.main_item_active_styles = "background-color:#f5c035;		\
                                 text-decoration:normal;		\
                                 color:#fff;"
  
  this.subs_item_padding = "7px, 8px, 7px, 8px;"
  this.subs_item_styles =        "text-decoration:none;		\
                                 font-family:'Verdana', Sans-Serif;			\
                                 font-size:11px;			\
                                 font-weight:bold;			\
                                 background-color:#000000;		\
                                 color:#f5c036;			\
                                 text-align:left;		\
                                 border:1px solid #f5c036;    \
                                 border-bottom:none;"
  this.subs_item_hover_styles =  "background-color:#f5c036;		\
                                 color:#000000;"
  this.subs_item_active_styles = "background-color:#f5c036;		\
                                 color:#000000;"

  this.main_is_horizontal = isHorizontal; 
  this.main_item_width0 = 124
  this.main_item_width1 = 100	
  this.main_item_width2 = 171
  this.main_item_width3 = 91
  this.main_item_width4 = 105
  this.main_item_width5 = 71
  this.main_item_width6 = 107
  
  this.menu_showhide_delay = 0;

}
