/****************************************\
   DHTML Menu Configuration
\****************************************/

/* --------------------------------------
   Size and Position Settings.
   --------------------------------------*/

NAV_submenu_x = 0
NAV_submenu_y = 26
NAV_submenu_level2_x = 150
NAV_submenu_level2_y = 2
NAV_submenu_width = 150
NAV_submenu_border = 1
NAV_submenu_icon_indent = 5
NAV_submenu_text_indent = 5
NAV_submenu_item_height = 18
NAV_submenu_item_spacing = 1

/* --------------------------------------
   Color Settings.
   --------------------------------------*/

NAV_submenu_border_color = "#FFEEEE"
NAV_submenu_item_spacing_color = "#FFEEEE"
NAV_submenu_bgcolor = "#000066"
//NAV_submenu_bgcolor = "#CC00DD"
NAV_submenu_hl_bgcolor = "#CC00DD"

/* --------------------------------------
   Font Settings.
   --------------------------------------*/

NAV_submenu_font_family = "Arial, Helvetica, sans-serif"
NAV_submenu_font_size = "10pt"
NAV_submenu_font_color = "#FFFFFF"
NAV_submenu_font_style = "normal"
NAV_submenu_font_weight = "normal"
NAV_submenu_text_decoration = "none"
/* These 6 settings are the same as the 6 above
   but apply when the mouse is over the item. */
NAV_submenu_hl_font_family = "Arial, Helvetica, sans-serif"
NAV_submenu_hl_font_size = "10pt"
NAV_submenu_hl_font_color = "#FFFFFF"
NAV_submenu_hl_font_style = "normal"
NAV_submenu_hl_font_weight = "normal"
NAV_submenu_hl_text_decoration = "underline"

/* --------------------------------------
   Miscellaneous Settings.
   --------------------------------------*/

NAV_submenu_icon = "/images/icon.gif"
NAV_submenu_hl_icon = "/images/icon_hl.gif"
NAV_submenu_arrow = "/images/arrow.gif"
NAV_submenu_target = "_self"
NAV_hide_delay = 400