//styles
var color = {"border":"#666666", "shadow":"#DBD8D1", "bgON":"white","bgOVER":"#B6BDD2"};
var css = {"ON":"clsCMOn", "OVER":"clsCMOver"};
var STYLE = {"border":1, "shadow":2, "color":color, "css":css};
//items and formats
var MENU_ITEMS = [
	{pos:'relative', itemoff:[0,99], leveloff:[21,0], style:STYLE, size:[22,180]},
	{code:'View posts by label',
		sub:[
			{itemoff:[21,0], leveloff:[0,0]},
          		{code:"Attorney Ethics", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Attorney%20Ethics.html"},
            		{code:"Car Accidents", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Car%20Accidents.html"},
            		{code:"Blogging", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Blogging.html"},
            		{code:"Bork Trip and Fall Suit", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Bork%20Trip%20And%20Fall%20Suit.html"},
            		{code:"Counterfeit Drugs", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/counterfeit%20drugs.html"},
            		{code:"Election Results", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/election%20results.html"},
            		{code:"Gov. Eliot Spitzer", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Eliot%20Spitzer.html"},
            		{code:"FAQ-Medical Malpractice", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/FAQ-Medical%20Malpractice.html"},
            		{code:"FAQ-Personal Injury", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/FAQ-Personal%20Injury.html"},
            		{code:"First Amendment", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/First%20Amendment.html"},
            		{code:"Flea Medical Malpractice Case", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Flea%20Medical%20Malpractice%20Case.html"},
            		{code:"Frivolous Claims", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Frivolous%20Claims.html"},
            		{code:"Hospital Malpractice", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Hospital%20Malpractice.html"},
            		{code:"Inside the Courtroom Well", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Inside%20The%20Well.html"},
            		{code:"Inside the Jury Room", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Inside%20The%20Jury%20Room.html"},
            		{code:"Insurance Industry", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Insurance%20Industry.html"},
            		{code:"Interesting Cases in the News", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Interesting%20Cases%20in%20the%20News.html"},
            		{code:"Judiciary", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Judiciary.html"},
            		{code:"Labor Law", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Labor%20Law.html"},
            		{code:"Medical Malpractice", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Medical%20Malpractice.html"},
            		{code:"MRSA", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/MRSA.html"},
            		{code:"Odds and Ends", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Odds%20and%20Ends.html"},
            		{code:"Personal Injury", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Personal%20Injury.html"},
            		{code:"Personal Injury Law Round-Up", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Personal%20Injury%20Law%20Round-Up.html"},
            		{code:"Political Action", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/politics.html"},
            		{code:"Punitive Damages", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Punitive%20Damages.html"},
            		{code:"Quotes: Law and Lawyers", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Quotes:%20Law%20and%20Lawyers.html"},
            		{code:"Sen. Chuck Schumer", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Schumer.html"},
            		{code:"Slip/Trip and Fall", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Slip%20and%20Fall.html"},
            		{code:"Rep. Steve Israel", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Steve%20Israel.html"},
            		{code:"Tim Fagan's Law", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Tim%20Fagan's%20Law.html"},
            		{code:"Tort Reform", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/tort%20reform.html"},
            		{code:"U.S. Supreme Court", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/U.S.%20Supreme%20Court.html"},
            		{code:"Trial Practice", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Trial%20Practice.html"},
            		{code:"Wrongful Death", "url":"http://www.newyorkpersonalinjuryattorneyblog.com/labels/Wrongful%20Death.html"}
		]
	}
];