/*
 * menu config
 */

baseuri = 'http://www.freevis.de';
menu_width = 325;   // width of menu items
menu_height = 20;   // only used for invisible onmouseover-image (for IE bug)
menubar_dx = 2;     // offset from menubar to primary menus
menubar_dy = 23;
menu_dx = menu_width; // offset from menus to its submenus
menu_dy = -3;
menu_fadeoutdelay = 800; // delay before hiding all layers when the mouse leaves the menu
menu_inactive_fgcolor = '#2D477F';  // default text color in menu items
menu_inactive_bgcolor = '#FFFFFF';
menu_active_fgcolor = '#2D477F';    // text color in active menu item
menu_active_bgcolor = '#ECEFF6'; 
menu_arrowimage = baseuri+'/images/menu_arrow.gif'; // marks sub-menus
menu_hoverimage = baseuri+'/images/pixel.gif';      // creates additional hover space in menu items (bugfix for IE)
menu_widths = [
    void(0), // begin counting at 1, not 0
    290,
    260,
    280,
    230,
    150
];
