/// FORMAT MENU ///
menuStyle = "flat" // Menu Style (flat, 3d)
cellPadding1 = "0" // Cell Padding Menu
cellPadding2 = "2" // Cell Padding SubMenu
cellBorder = 0 // Border width (for no border, enter 0) THIS VALUE APPLIES TO ALL MENUS
verticalOffset = "0" // Vertical offset of Sub Menu.
horizontalOffset = "-40" // Horizontal offset of Sub Menu.
subMenuDelay = 0 // Time sub menu stays visible for (in seconds). THIS VALUE APPLIES TO ALL MENUS
subIndicate = 1 // Show if a sub menu is present (use 0 for "no") THIS VALUE APPLIES TO ALL MENUS
indicator = "" // Symbol to show if a sub menu is present (subIndicate must be to set to 1)
// Use standard HTML
tag. You can use a character instead of an image.
// e.g. indicator = ">"
//
// Main Menu Items
menuWidth = "166" // Width of menu item. Use 0 for default
borderColor = "Black" // Border Colour (flat mode only)
borderHighlight = "#ffffff" // Border Highlight Colour (3d mode only)
borderShadow = "#ffffff" // Border Shadow Colour (3d mode only)
menuBackground = "#ffffff" // Cell Background Colour
menuHoverBackground = "#FFFFFf" // Cell Background Colour on mouse rollover
fontFace = "tahoma" // Font Face
fontColour = "#FFFFF0" // Font Colour
fontHoverColour = "#ffffff" // Font Colour on mouse rollover
fontSize = "8pt" // Font Size
fontDecoration = "none" // Style of the link text (none, underline, overline, line-through)
fontWeight = "normal" // Font Weight (normal, bold)
// Sub Menu Items
smenuWidth = "120" // Width of menu item. Use 0 for default
sborderColor = "#ffffff" // Border Colour (flat mode only)
sborderHighlight = "#2E3B46" // Border Highlight Colour (3d mode only)
sborderShadow = "#2E3B46" // Border Shadow Colour (3d mode only)
smenuBackground = "#2E3B46" // Cell Background Colour
smenuHoverBackground = "#687C8D" // Cell Background Colour on mouse rollover
sfontFace = "tahoma" // Font Face
sfontColour = "#FFFFF0" // Font Colour
sfontHoverColour = "#ffffff" // Font Colour on mouse rollover
sfontSize = "8pt" // Font Size
sfontDecoration = "none" // Style of the link text (none, underline, overline, line-through)
sfontWeight = "normal" // Font Weight (normal, bold)
/**** negatiivi ***
smenuWidth = "100" // Width of sub menu item. Use 0 for default
sborderColor = "#ffffff" // Border Colour (flat mode only)
sborderHighlight = "#2E3B46" // Border Highlight Colour (3d mode only)
sborderShadow = "#2E3B46" // Border Shadow Colour (3d mode only)
smenuBackground = "#2E3B46" // Cell Background Colour
smenuHoverBackground = "#687C8D" // Cell Background Colour on mouse rolloverr
sfontFace = "arial" // Font Face
sfontColour = "#2b83c4" // Font Colour
sfontHoverColour = "#FFFFF0" // Font Colour on mouse rollover
sfontSize = "8pt" // Font Size
sfontDecoration = "none" // Style of the link text (none, underline, overline, line-through)
sfontWeight = "normal" // Font Weight (normal, bold)
*/
quantity = 1
/// END FORMAT MENU ////