if (typeof menu_base_location == 'undefined' || menu_base_location == '') {
	var menu_base_location = 'http://www.crazydomains.com.au';
}

//menu items
var menu_items = {

	domain_names: {
		0: {
			location: menu_base_location + '/domain_names/register.html',
			title: 'Register Domains',
			description: 'Search and register domain names.'
		},

		1: {
			location: menu_base_location + '/domain_names/pricing.html',
			title: 'Domain Pricing',
			description: 'Australia\'s lowest domain prices.'
		},

		2: {
			location: menu_base_location + '/domain_names/renew.html',
			title: 'Renew Domains',
			description: 'Quickly renew your domain name.'
		},
		3: {
			location: menu_base_location + '/domain_names/transfer.html',
			title: 'Transfer Domains',
			description: 'Move your domains to us and $ave.'
		}
	},

	web_hosting: {

		0: {
			location: menu_base_location + '/web_hosting/index.html',
			title: 'Web Hosting',
			description: 'Fast, reliable space for your website.'
		},

		1: {
			location: menu_base_location + '/ssl_certificates/index.html',
			title: 'SSL Certificates',
			description: 'Secure your website and data.'
		},

		2: {
			location: menu_base_location + '/dns_services/index.html',
			title: 'DNS Services',
			description: 'Control your CNAME, MX and A records.'
		}

	},

	email_hosting: {
		0: {
			location: menu_base_location + '/email_hosting/index.html',
			title: 'Email Hosting',
			description: 'Get your own email addresses <br>me@mydomain.com.au'
		},

		1: {
			location: menu_base_location + '/email_hosting/email_exchange.html',
			title: 'Email Exchange',
			description: 'Get email with live sync across your<br>Desktop, Mobile and Browser.'
		},

		2: {
			location: menu_base_location + '/email_hosting/email_protection.html',
			title: 'Email Protection',
			description: 'Protect your inbox with automatic <br>spam and virus detection.'
		}

	},

	web_builder: {
		0: {
			location: menu_base_location + '/website_builder/index.html',
			title: 'Web Builder',
			description: 'Point and click site builder <br>choose from 2000+ designs.'
		},

		1: {
			location: menu_base_location + '/business_plus/custom_logo_design.html',
			title: 'Logo Design',
			description: 'Make your brand stand out <br>with a custom logo design.'
		}
	},

	servers: {
		0: {
			location: menu_base_location + '/servers/index.html#linux',
			title: 'Linux Servers',
			description: 'Fast, reliable Linux servers <br>for personal and business.'
		},

		1: {
			location: menu_base_location + '/servers/index.html#windows',
			title: 'Windows Servers',
			description: 'Fast, reliable Windows servers <br>for personal and business.'
		},

		2: {
			location: menu_base_location + '/ssl_certificates/index.html',
			title: 'SSL Certificates',
			description: 'Secure your servers and data.'
		}

	},

	business_plus: {

		0: {
			location: menu_base_location + '/business_plus/booster.html',
			title: 'Search Engine Submission',
			description: 'Be found in 400+ search engines.'
		},

		1: {
			location: menu_base_location + '/business_plus/web_statistics.html',
			title: 'Web Statistics',
			description: 'Track and monitor your web traffic.'
		},

		2: {
			location: menu_base_location + '/business_plus/custom_logo_design.html',
			title: 'Logo Design',
			description: 'Professional logo design service.'
		},

		3: {
			location: menu_base_location + '/business_plus/mailing_list_manager.html',
			title: 'Mailing List',
			description: 'Send bulk emails to your customers.'
		}

	}

}

//menu options
var menu_options = {
	activate_menu: 0, //if menu_items are missing we need to hide everything to do with the menu
	hide_delay: 500, //delay before hiding the menu
	template: '<a href="{location}" class="drop_down_container"><h4 class="dd_sub">{title}</h4><span class="dd_desc">{description}</span></a>',
	divider: '<div class="drop_down_divider"></div>',
	bottom: 'drop_down_bottom', //will hold each menu item
	container: 'drop_down_container', //will hold each menu item
	placeholder: 'drop_down_placeholder', //will be hidden and shown
	wrapper: 'drop_down_wrapper', //outer most wrapper that is positioned
	wrapper_background_offset: 6,
	nav_container: 'top_nav_container',
	menu_width: '266px',
	nav_image_suffix: '_on'
}