/*
 * menu config
 */
baseuri = ''; //'http://bccr.s3-web.com';
menu_width = 325;   // width of menu items
menu_height = 20;   // only used for invisible onmouseover-image (for IE bug)
menubar_dx = 0;     // offset from menubar to primary menus
menubar_dy = 35;
menu_dx = menu_width; // offset from menus to its submenus
menu_dy = -1;
menu_fadeoutdelay = 800;// delay before hiding all layers when the mouse leaves the menu
menu_inactive_fgcolor = '#6d8587';  // default text color in menu items
menu_inactive_bgcolor = '#FFFFFF';
menu_active_fgcolor = '#965004';    // text color in active menu item
menu_active_bgcolor = '#FFD7AD'; //#0099cc';
menu_arrowimage = baseuri+'/menu/menu_arrow.gif'; // marks sub-menus
menu_hoverimage = baseuri+'/menu/pixel.gif';      // creates additional hover space in menu items (bugfix for IE)
menu_widths = [
    void(0), // begin counting at 1, not 0
    280,
    280,
    280,
    280,
    280,
    280,
    180
];
