/*
 * menu config
 */

baseuri = 'http://ocunet.de';
menu_width = 370;   // (default) width of menu items ... and submenue items
menu_height = 20;   // only used for invisible onmouseover-image (for IE bug)
menubar_dx = 1;     // offset from menubar to primary menus
menubar_dy = 40;
menu_dx = 3; // 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 = '#000080';  // default text color in menu items
menu_inactive_bgcolor = '#FFFFFF';
menu_active_fgcolor = '#000080';    // text color in active menu item
menu_active_bgcolor = '#EBF0E8'; //#0099cc';
menu_arrowimage = baseuri+'/images/menu_arrow_2.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
    325,	 // width for first menue box
    320,     // width for second menue box ...
    280,
    150,
    150
];
