var TOPLEVEL_STYLE = {
	size:['+main+4px','+maxMain+18px'],
	leveloff:[10,'+parentItem'],
	orientation:'vertical',

	levelLayers:[
		{
			color:'#000000',
			cssStyle: 'padding: 0px; margin: 2px;'
		}
	],
	itemLayers:[
		{
			main:true,
			nowrap:true,
			cssStyle:'font:bold 22px arial; color: #FF0000;',
			align:'left',
			valign:'middle',
			code:'{code}'
		}
	]
};

var SUBLEVEL_STYLE = {
	inherit: TOPLEVEL_STYLE,
	leveloff:[0,'+parentItem'],
	itemLayers:[
		{
			color: '#666666',
			visibility: 'n'
		},
		{
			color: '#AAAAAA',
			visibility: 'o'
		},
		{
			main:true,
			cssStyle:'font:bold 12px arial;',
			offset: [2,5],
			code:'{code}'
		}
	]
};

var MENU_ITEMS = [
	{blankImage:'b.gif', delay:[0,400], style:[TOPLEVEL_STYLE, SUBLEVEL_STYLE, SUBLEVEL_STYLE]},
	{code:'Tee Shirts', url: 'shirts.html',
		sub:[
			{},
			{code:'Line Up Tees', url:'shirts.html#lineup',
				sub:[
					{},
					{code: 'Dale Earnhardt Jr.', url: 'javaScript:launchWindow(\'../images/2005merch/lineup/dej.jpg\',\'611\',\'530\');'},
					{code: 'Jeff Gordon', url: 'javaScript:launchWindow(\'../images/2005merch/lineup/jg.jpg\',\'611\',\'530\');'},
					{code: 'Kasey Kakne', url: 'javaScript:launchWindow(\'../images/2005merch/lineup/kk.jpg\',\'611\',\'530\');'},
					{code: 'Rusty Wallace', url: 'javaScript:launchWindow(\'../images/2005merch/lineup/rw.jpg\',\'611\',\'530\');'},
					{code: 'Tony Stewart', url: 'javaScript:launchWindow(\'../images/2005merch/lineup/ts.jpg\',\'611\',\'530\');'}
				]
			},
			{code:'Practice Tees', url:'shirts.html#practice',
				sub:[
					{},
					{code: 'Dale Earnhardt Jr.', url: 'javaScript:launchWindow(\'../images/2005merch/practice/dej.jpg\',\'699\',\'530\');'},
					{code: 'Kasey Kakne', url: 'javaScript:launchWindow(\'../images/2005merch/practice/kk.jpg\',\'699\',\'530\');'},
					{code: 'Elliot Sadler', url: 'javaScript:launchWindow(\'../images/2005merch/practice/es.jpg\',\'699\',\'530\');'},
					{code: 'Tony Stewart', url: 'javaScript:launchWindow(\'../images/2005merch/practice/ts.jpg\',\'699\',\'530\');'},
					{code: 'Jeff Gordon', url: 'javaScript:launchWindow(\'../images/2005merch/practice/jg.jpg\',\'699\',\'530\');'},
					{code: 'Rusty Wallace', url: 'javaScript:launchWindow(\'../images/2005merch/practice/rw.jpg\',\'699\',\'530\');'}
				]
			}
		]
	}
	
];

new COOLjsMenuPRO(null, MENU_ITEMS).initTop();

