BLANK_IMAGE = 'images/b.gif';

var STYLE = {
	border:2,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:'#897D3A',	// color of the item border, if any
		shadow:'#988A41',	// color of the item shadow, if any
		bgON:'#988A41',		// background color for the items
		bgOVER:'#6F652F'	// background color for the item which is under mouse right now
	},
	css:{
		ON:'clsCMOn',		// CSS class for items
		OVER:'clsCMOver'	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
 {pos:'relative', delay:200, itemoff:[0,123], leveloff:[26,5], style:STYLE, size:[26,120]},

 {code:'Home', url:'index.php?page_id=home_inc'},
 {code:'Gates',
 		sub:[
			{itemoff:[21,0], delay:200},
            {code:'Wooden', url:'index.php?page_id=wg_inc'},
            {code:'Steel', url:'index.php?page_id=sg_inc'},
            {code:'Kitset', url:'index.php?page_id=ks_inc'}
            ]
 },
 {code:'Signs on Slabs', url:'index.php?page_id=sos_inc'},
 {code:'Horse Stables', url:'index.php?page_id=hs_inc'},
 {code:'Hardware', url:'index.php?page_id=hw_inc'},
 {code:'Finishes', url:'index.php?page_id=fin_inc'},
 {code:'Toadstool Guitars', url:'index.php?page_id=mp_inc'},
 {code:'Contact', url:'index.php?page_id=contact_inc'}

];
