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:"#FFFFFF",	// color of the item border, if any
		shadow:"#DBD8D1",	// color of the item shadow, if any
		bgON:"#000634",		// background color for the items
		bgOVER:"#B6BDD2"	// 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', itemoff:[38,0], leveloff:[37,0], style:STYLE, size:[38,100]},
	{code:"Home", size:[38,70], url:"http://raphaelpersonalinjurylawyers.com"},
	{code:"Firm Profile", size:[38,102], itemoff:[0,71], url:"Firm-Profile.php"},
	{code:"Lawyers", size:[38,76], itemoff:[0,103], url:"Jeffrey-Raphael.php",
		sub:[
			{size:[28,200], itemoff:[28,0]},
			{code:"Jeffrey Raphael", "url":"Jeffrey-Raphael.php"},
			{code:"Stan Raphael, Q.C.", "url":"Stan-Raphael-QC.php"},
			{code:"Bert Raphael, Q.C.", "url":"Bert-Raphael-QC.php"},
			{code:"Robert Besunder", "url":"Robert-Besunder.php"},
			{code:"Angelica Velman, Consultant", "url":"Angelica-Velman-Consultant.php"}
		]
	},
	{code:"Areas of expertise", size:[38,144], itemoff:[0,78], url:"Motor-Vehicle-Accidents.php",
		sub:[
			{size:[28,220], itemoff:[28,0]},
			{code:"Motor Venicle Accidents", "url":"Motor-Vehicle-Accidents.php"},
			{code:"Accident Benefit Claims", "url":"Accident-Benefits-Claims.php"},
			{code:"Motorcycle Accidents", "url":"Motorcycle-Accidents.php"},
			{code:"Bicycle Accidents", "url":"Bicycle-Accidents.php"},
			{code:"Pedestrian Accidents", "url":"Pedestrian-Accidents.php"},
			{code:"Wrongful Death Claims", "url":"Wrongful-Death-Claims.php"},
			{code:"Tort Claims", "url":"Tort-Claims.php"},
			{code:"Long Term Disability Benefits", "url":"Long-Term-Disability-Benefits.php"},
			{code:"Short Term Disability Benefits", "url":"Short-Term-Disability-Benefits.php"},
			{code:"Insurance Disputes", "url":"Insurance-Dispute.php"},
			{code:"Slip and Fall Accidents", "url":"Slip-and-Fall-Accidents.php"},
			{code:"Occupier Liability Claims", "url":"Occupier-Liability-Claims.php"},
			{code:"Injury Settlements", "url":"Injury-Settlements.php"}
		]
	},
	{code:"The Raphael Barristers Difference", size:[38,242], itemoff:[0,146], url:"Should-You-Choose-Raphael-Barristers-to-Represent-you.php",
		sub:[
			{size:[28,200], itemoff:[28,0]},
			{code:"Should You Choose Raphael Barristers to Represent You", "url":"Should-You-Choose-Raphael-Barristers-to-Represent-you.php"}
		]
	},
	{code:"Fees", size:[38,58], itemoff:[0,244], url:"Explanation-of-Fees.php",
		sub:[
			{size:[28,180], itemoff:[28,0]},
			{code:"Explanation of Fees", "url":"Explanation-of-Fees.php"},
			{code:"Free Consultation and Evaluation of Your Case", "url":"contact.php"}
		]
	},
	{code:"Testimonials", size:[38,102], itemoff:[0,59], url:"Testimonials.php"},
	{code:"Contact Us", size:[38,95], itemoff:[0,103], url:"contact.php",
		sub:[
			{size:[28,200], itemoff:[28,0]},
			{code:"Contact Information", "url":"contact.php"},
			{code:"Free Evaluation of Your Case", "url":"contact.php"}
		]
	}
];
