BLANK_IMAGE = 'images/b.gif'
var STYLE = {
	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:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000000",		// background color for the items
		bgOVER:"#545454"	// 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 STYLE1 = {
	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:"#DBD8D1",	// color of the item shadow, if any
		bgON:""		// background color for the items
		//backgroundOVER:'#ffffff'*/	// background color for the item which is under mouse right now
	},
	css:{
		ON:"clsCMOn1",		// CSS class for items
		OVER:"clsCMOver1"	// CSS class  for item which is under mouse
	}
};

var MENU_ITEMS = [
	{pos:"relative", delay:[100, 888], itemoff:[0,100], leveloff:[0,-5], style:STYLE1, size:[14,100]},
	//menu for home
		{code:"&nbsp;&nbsp;&nbsp;&nbsp; Home",url:"index.html",format:{size:[14,100],itemoff:[0,130]} },
		{code:"&nbsp;&nbsp;&nbsp; About Us",url:"about.html",format:{size:[14,100],itemoff:[0,90]} },
		{code:"&nbsp;&nbsp; Development",url:"#" ,format:{size:[14,100],itemoff:[0,90]},
		sub:[
			{itemoff:[25,0],leveloff:[15,10], style:STYLE, size:[25,165]},
			{code:"&nbsp; Owner Structure ",url:"ownership_structure.html",
				sub:[
				{itemoff:[25,0],leveloff:[0,160], style:STYLE, size:[25,180]},
				]
			},	
			{code:"&nbsp; Park Beach Estate",url:"park_beach_estate.html",
				sub:[
				{itemoff:[25,0],leveloff:[0,160], style:STYLE, size:[25,180]},
				{code:"&nbsp; Floor Plans",url:"floor_plans_real.html"},
				{code:"&nbsp; Prices",url:"prices.html"},
				{code:"&nbsp; Specifications",url:"specifications.html"},
				{code:"&nbsp; Furniture & Equipment",url:"furniture_equipment.html"},
				{code:"&nbsp; Gallery",url:"gallery.html"},
				]
			},	
			{code:"&nbsp; Park Beach Residence",url:"park_beach_residence.html",
			sub:[
				{itemoff:[25,0],leveloff:[0,160], style:STYLE, size:[25,180]},
				{code:"&nbsp; Floor Plans",url:"floor_plans.html"},
				]
			},
			
			]},
		
		{code:"&nbsp; Location ",url:"location.html"  ,format:{size:[14,160],itemoff:[0,125]}},
		{code:"&nbsp; Management",url:"management.html"  ,format:{size:[14,100],itemoff:[0,90]}},
		{code:"&nbsp; Facilities",url:"facilities.html"  ,format:{size:[14,100],itemoff:[0,115]}},
		{code:"&nbsp; About Ghana",url:"about_ghana.html"  ,format:{size:[14,100],itemoff:[0,90]},
		sub:[
					{itemoff:[25,0],leveloff:[15,5], style:STYLE, size:[25,200]},
					{code:"&nbsp; Facts",url:"facts.html"},
					{code:"&nbsp; Historical Ghana",url:"historical_ghana.html"},
					{code:"&nbsp; Natural Heritage",url:"natural_heritage.html"},
					{code:"&nbsp; Places of Interest",url:"places_of_interest.html"},
					{code:"&nbsp; Adventure Canoe Trips",url:"adventure_canoe_trips.html"},
					{code:"&nbsp; Festivals",url:"festivals.html"},
					{code:"&nbsp; Beaches",url:"beaches.html"},
					{code:"&nbsp; Wildlife and Nature Reserves",url:"wildlife_and_nature_reserves.html"},
					{code:"&nbsp; Castles and Forts",url:"castles_and_forts.html"},
					{code:"&nbsp; Sports & Leisure",url:"sports_leisure.html"},
				]
		},
		{code:"&nbsp; Contact Us",url:"contact_us.php"  ,format:{size:[14,100],itemoff:[0,115]}},
			];

