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,
	itemLayers:[
		{
			color: '#666666',
			visibility: 'n'
		},
		{
			color: '#AAAAAA',
			visibility: 'o'
		},
		{
			main:true,
			cssStyle:'font:bold 12px arial;',
			offset: [0,5],
			code:'{code}'
		}
	]
};

var MENU_ITEMS = [
	{blankImage:'b.gif', delay:[0,400], style:[TOPLEVEL_STYLE, SUBLEVEL_STYLE]},
	{code:'Specialty Items', url: 'specialty.html',
		sub:[
			{},
			{code:'Dale Earnhardt Jr. Jersey', url:'javaScript:launchWindow(\'../images/2005merch/jerseys/dej.jpg\',\'616\',\'530\');'},
			{code:'Dale Earnhardt Sr. Jersey', url:'javaScript:launchWindow(\'../images/2005merch/jerseys/des.jpg\',\'616\',\'530\');'},
			{code:'Jeff Gordon Jersey', url:'javaScript:launchWindow(\'../images/2005merch/jerseys/jg.jpg\',\'616\',\'530\');'},
			{code:'Kasey Kahne Jersey', url:'javaScript:launchWindow(\'../images/2005merch/jerseys/kk.jpg\',\'616\',\'530\');'},
			{code:'Tony Stewart Jersey', url:'javaScript:launchWindow(\'../images/2005merch/jerseys/ts.jpg\',\'616\',\'530\');'}
		]
	}
	
];

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

