BLANK_IMAGE = 'images/b.gif';

var STYLE_0 = {
	border:0,			// item's border width, pixels; zero means "none"
	shadow:0,			// item's shadow size, pixels; zero means "none"
	color:{
		border:"#666666",	// color of the item border, if any
		shadow:"#000000",	// color of the item shadow, if any
		bgON:"#2a2a2a",		// background color for the items
		bgOVER:"#6D0B22"	// 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 STYLE_1 =
{
    itemoff:[ '+previousItem-1px', 0 ]
};
 
var STYLE_2 =
{
    leveloff:[ 0, '+parentItem-1px' ]
};

var MENU_ITEMS = [
	{pos:"relative", itemoff:[0,110], leveloff:[35,0], style:[ STYLE_0, STYLE_1, STYLE_2 ], delay:[ 350, 800 ], size:[35,110]},
	{code:"Home", url:"./",
		sub:[
			{/*5{*/levelFilters:[ 'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)', 'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.5)' ]/*5}*/},
			//{itemoff:[21,0], size:[22,195]},
			
		]
	},
	{code:"Services",
		sub:[
			{/*5{*/levelFilters:[ 'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)', 'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.5)' ]/*5}*/},
			//{itemoff:[21,0], size:[22,195]},
			{code:"Services Overview",url:"servicesoverview.html"},
			{code:"Bored Piling",url:"boredpiling.html"},
			{code:"Bored Mini Piles",url:"boredminipiles.html"},
			{code:"Driven Piles",url:"drivenpiles.html"},
			{code:"Driven Mini Piles",url:"drivenminipiles.html"},
			{code:"Jacked Piles",url:"jackedpiles.html"},
			{code:"Sheet Piling",url:"sheetpiling.html"},
			{code:"Anchors",url:"anchors.html"},
			{code:"Domestic Underpinning",url:"domesticunderpinning.html"},
			{code:"Massive Underpinning",url:"massiveunderpinning.html"},
			{code:"Structural Works",url:"structuralworks.html"}
		]
	},
	{code:"Case Studies",
		sub:[
			{/*5{*/levelFilters:[ 'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)', 'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.5)' ]/*5}*/},
			//{itemoff:[21,0], size:[22,195]},
			{code:"Case Studies Index",url:"casestudiesindex.html"},
			{code:"Caird Drive",url:"cairdDrive.html"},
			{code:"Wilkies Development",url:"wilkiesdevelopment.html"},
			{code:"Dancebase",url:"dancebase.html"},
			{code:"Mansfield Church",url:"mansfieldchurch.html"},
			{code:"Jamaica Street",url:"jamaicastreet.html"},
			{code:"159 Easter Road",url:"urbanredevelopment.html"},
			{code:"MacRobert Theatre",url:"macroberttheatre.html"},
			{code:"Remote Access Piling",url:"remoteaccesspiling.html"},
			{code:"Drummond High School",url:"drummondhighschool.html"},
			{code:"George Street",url:"georgestreet.html"},
			{code:"Anchor Mills",url:"anchormills.html"},
			{code:"High Volts Wind Farm",url:"highvoltagefarm.html"},
			{code:"Leith Street",url:"leithstreet.html"},
			{code:"Royal College of Surgeons",url:"royalcollegeofsurgeons.html"}
			
			
			
		]
	},
	{code:"Web Links", url:"weblinks.html",
		sub:[
			{/*5{*/levelFilters:[ 'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)', 'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.5)' ]/*5}*/},
			//{itemoff:[21,0], size:[22,195]},
			
		]
	},
	{code:"Contact Details",
		sub:[
			//{itemoff:[21,0], size:[22,195]},
			{/*5{*/levelFilters:[ 'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.5)', 'progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.5)' ]/*5}*/},
			{code:"Contact Form",url:"contact.html"},
			{code:"Location & Maps",url:"location.html"}
			
		]
	}
];
