/* COOLjsMenu style + structure file */



var STYLE_0 =
{
    borderWidth:0,
    borderColor:"#3a3a3a",
    itemoff:[ 0, '+previousItem' ],
    leveloff:[ '+parentItem', 0 ]
};

var STYLE_BORDERS_1 =
{
    backgroundClass:[ "clsCMOn", "clsCMOver" ],
	itemoff:[ '+previousItem-1px', 0 ],
    leveloff:[ '+parentItem-1px', 0 ],
    borderWidth: 1,
	borderColor:"#3a3a3a",
	textClass:[ "clsCMOn", "clsCMOver" ]
};

var STYLE_1 =
{
    itemoff:[ '+previousItem-1px', 0 ]
};

var STYLE_2 =
{
    leveloff:[ 0, '+parentItem-1px' ]
};

var MENU_ITEMS = [
    {pos:'relative', style:[ STYLE_0, STYLE_1, STYLE_2 ], blankImage:'images/spacer.gif'},
	
	{code:'<img src="images/menu/designs.gif" />', ocode:'<img src="images/menu/designs_on.gif" />', url:"javascript:;",
	size:[ 44, 169 ],
	
	sub:[
		{style:STYLE_BORDERS_1, size:[40,215]},
	        {code:"Display Range", url:"display_range.php"},
			{code:"Traditional Lot Range", url:"traditional_range.php"},
			{code:"15m Lot Range", url:"15mlot_range.php"},
			{code:"13m Lot Range", url:"13mlot_range.php"},
			{code:"Rear Lane Cottage Range", url:"rear_lane_cottage_range.php"},
			{code:"Dream Series", url:"dream_series.php"}
        ]
    },
	
	{code:'<img src="images/menu/finance.gif" />', ocode:'<img src="images/menu/finance_on.gif" />', url:"javascript:;",
	size:[ 44, 121],
	
	sub:[
		{style:STYLE_BORDERS_1, size:[40,180]},
			{code:"Finance Options", url:"finance_options.php"},
			{code:"First Home Buyers", url:"first_home_buyers.php"},
			{code:"Investment Loans", url:"investment_loans.php"},
			{code:"Keystart Loans", url:"keystart_loans.php"}
        ]
    },

	
	{code:'<img src="images/menu/investments.gif" />', ocode:'<img src="images/menu/investments_on.gif" />',  url:"javascript:;",
	size:[ 44, 155 ],
	
	sub:[
		{style:STYLE_BORDERS_1, size:[40,180]},
			{code:"Smart Investments", url:"smart_investments.php"},
			{code:"The Time Is Right", url:"the_time_is_right.php"},
			{code:"Investment Packages", url:"turnkey.php"}
        ]
    },
	
	{code:'<img src="images/menu/offers2.gif" />', ocode:'<img src="images/menu/offers2_on.gif" />', url:"javascript:;",
	size:[ 44, 168],
	
	sub:[
		{style:STYLE_BORDERS_1, size:[40,200]},
	        {code:"Home &amp; Land Packages", url:"home_and_land_packages.php"},
			{code:"Win a Brand New iPhone", url:"exclusive_offer3.php"},
			
			{code:"First Home Buyers", url:"first_home_buyers.php"},
			{code:"Turnkey Home Packages", url:"turnkey.php"},
			{code:"Dream Series", url:"dream_series.php"},
			{code:"Squareform&reg; Benchtops ", url:"squareform_bendhtops_by_laminex.php"}
        ]
    },
];


var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();