/* Top Level Menu Styles (varies) */

var STYLE_A =
{
    textStyle:[ "background: left bottom repeat-x url(../images/nav_about.jpg);", "background: left bottom repeat-x url(../images/nav_about_o.jpg);" ],
    leveloff:[ "+parentItem", 0 ],
    itemFilters:[ "" ]
};

var STYLE_B =
{
    textStyle:[ "background: left bottom repeat-x url(../images/nav_practice.jpg);", "background: left bottom repeat-x url(../images/nav_practice_o.jpg);" ],
    leveloff:[ "+parentItem", 0 ],
    itemFilters:[ "" ]
};

var STYLE_C =
{
    textStyle:[ "background: left bottom repeat-x url(../images/nav_attorneys.jpg);", "background: left bottom repeat-x url(../images/nav_attorneys_o.jpg);" ],
    leveloff:[ "+parentItem", 0 ],
    itemFilters:[ "" ]
};

var STYLE_D =
{
    textStyle:[ "background: left bottom repeat-x url(../images/nav_news.jpg);", "background: left bottom repeat-x url(../images/nav_news_o.jpg);" ],
    leveloff:[ "+parentItem", 0 ],
    itemFilters:[ "" ]
};

var STYLE_E =
{
    textStyle:[ "background: left bottom repeat-x url(../images/nav_resources.jpg);", "background: left bottom repeat-x url(../images/nav_resources_o.jpg);" ],
    leveloff:[ "+parentItem", 0 ],
    itemFilters:[ "" ]
};

var STYLE_F =
{
    textStyle:[ "background: left bottom repeat-x url(../images/nav_careers.jpg);", "background: left bottom repeat-x url(../images/nav_careers_o.jpg);" ],
    leveloff:[ "+parentItem", 0 ],
    itemFilters:[ "" ]
};

var STYLE_G =
{
    textStyle:[ "background: left bottom repeat-x url(../images/nav_contact.jpg);", "background: left bottom repeat-x url(../images/nav_contact_o.jpg);" ],
    leveloff:[ "+parentItem", 0 ],
    itemFilters:[ "" ]
};

/* Submenu Style (same for all) */

var STYLE_1 =
{
    borderWidth:1,
    borderColor:"#999999",
    backgroundColor:[ "#ffffff", "#f2f9e3" ],
    textStyle:[ "color: #333333; font: bold 9pt Arial, sans-serif; text-align: left; padding-right: 6px; padding-left: 6px;", "color: #333333; font: bold 9pt Arial, sans-serif; text-align: left; padding-right: 6px; padding-left: 6px;" ],
    size:[ 24, 147 ],
    itemoff:[ "+previousItem-1px", 0 ],
    itemFilters:"",
    ifFirst:
    {
        size:[ 23, 147 ],
        borderWidth:[ 1, 1, 1, 1 ]
    }
};

/* Menu Items (same for all) */

var MENU_ITEMS = [
    {itemoff:[0, 166], format:{size:[25, 10], itemoff:[0,100]}, style:[ STYLE_A, STYLE_1 ], blankImage:"../images/spacer.gif" },
    {code:"<img src=\"../images/spacer.gif\" width=\"91\" height=\"32\" style=\"vertical-align: bottom;\" />", format:{size:[32, 91], itemoff:[0, 0]}, url:"../about/index.shtml",
        sub:[
            {},
            {code:"Company Profile", /*1{*/url:"../about/index.shtml"/*1}*/},
            {code:"Representative Cases", /*1{*/url:"../about/cases.shtml"/*1}*/},
            {code:"Published Opinions", /*1{*/url:"../about/opinions.shtml"/*1}*/},
            {code:"Courts & Jurisdictions", /*1{*/url:"../about/jurisdictions.shtml"/*1}*/},
            {code:"Client List", /*1{*/url:"../about/clients.shtml"/*1}*/}
        ]
    },
    {code:"<img src=\"../images/spacer.gif\" width=\"141\" height=\"32\" style=\"vertical-align: bottom;\" />", format:{size:[32, 141], itemoff:[0, 91], style:STYLE_B}, url:"../practice/index.shtml",
        sub:[
            {style:STYLE_1},
            {code:"Class Action /<br>Multi-Party Tort Litigation", format:{size:[39,170]}, /*1{*/url:"../practice/classaction.shtml"/*1}*/},
            {code:"Litigation Management /<br>Coordinating Counsel", format:{size:[39,170]}, /*1{*/url:"../practice/litigation_management.shtml"/*1}*/},
            {code:"Insurance:<br>Litigation and Coverage", format:{size:[39,170]}, /*1{*/url:"../practice/insurance_litigation.shtml"/*1}*/},
            {code:"Labor and Employment", format:{size:[24,170]}, /*1{*/url:"../practice/labor_employment.shtml"/*1}*/},
            {code:"Toxic Tort / Environmental<br>Litigation", format:{size:[39,170]}, /*1{*/url:"../practice/toxictort.shtml"/*1}*/},
            {code:"General Civil Litigation", format:{size:[24,170], "arrow":"../images/arrow.gif", "oarrow":"../images/arrow_o.gif", "arrsize":[7,10]}, /*1{*/url:"../practice/general_intro.shtml"/*1}*/,
            	sub:[
            		{leveloff:[4,155]},
            		{code:"Business Litigation", format:{size:[24,140]}, /*1{*/url:"../practice/general_business.shtml"/*1}*/},
            		{code:"General Liability", format:{size:[24,140]}, /*1{*/url:"../practice/general_general.shtml"/*1}*/},
            		{code:"Products Liability", format:{size:[24,140]}, /*1{*/url:"../practice/general_products.shtml"/*1}*/},
            		{code:"Construction<br>Litigation", format:{size:[39,140]}, /*1{*/url:"../practice/general_construction.shtml"/*1}*/},
            		{code:"Intellectual<br>Property", format:{size:[39,140]}, /*1{*/url:"../practice/general_intprop.shtml"/*1}*/}
            		]
   },
            {code:"Professional Liability", format:{size:[24,170], "arrow":"../images/arrow.gif", "oarrow":"../images/arrow_o.gif", "arrsize":[7,10]}, /*1{*/url:"../practice/liability_intro.shtml"/*1}*/,
            	sub:[
            		{leveloff:[4,155]},
            		{code:"Healthcare", format:{size:[24,140]}, /*1{*/url:"../practice/liability_health.shtml"/*1}*/},
            		{code:"Lawyers", format:{size:[24,140]}, /*1{*/url:"../practice/liability_lawyers.shtml"/*1}*/},
            		{code:"Insurance Agents<br>and Brokers", format:{size:[39,140]}, /*1{*/url:"../practice/liability_insurance.shtml"/*1}*/}
            		]
   },
            {code:"Writs and Appeals", format:{size:[24,170]}, /*1{*/url:"../practice/writs.shtml"/*1}*/},
            {code:"Business Transactions", format:{size:[24,170]}, /*1{*/url:"../practice/business.shtml"/*1}*/}
        ]
    },
    {code:"<img src=\"../images/spacer.gif\" width=\"111\" height=\"32\" style=\"vertical-align: bottom;\" />", format:{size:[32, 111], itemoff:[0, 141], style:STYLE_C}, url:"../attorneys/index.shtml",
        sub:[
            {style:STYLE_1},
            {code:"Full List", format:{size:[24,130]}, /*1{*/url:"../attorneys/index.shtml"/*1}*/},
            {code:"By Office Location", format:{size:[24,130]}, /*1{*/url:"javascript:launchwin('../misc/popup_locations.shtml','newwindow','height=200,width=370')"/*1}*/},
            {code:"By Practice Area", format:{size:[24,130]}, /*1{*/url:"javascript:launchwin('../misc/popup_practices.shtml','newwindow','height=200,width=370')"/*1}*/}
        ]
    },
    {code:"<img src=\"../images/spacer.gif\" width=\"82\" height=\"32\" style=\"vertical-align: bottom;\" />", format:{size:[32, 82], itemoff:[0, 111], style:STYLE_D}, url:"../news/index.shtml",
        sub:[
            {style:STYLE_1},
            {code:"Firm News", format:{size:[24,130]}, /*1{*/url:"../news/firmnews.shtml"/*1}*/},
            {code:"Victories", format:{size:[24,130]}, /*1{*/url:"../news/victories.shtml"/*1}*/},
            {code:"Subscribe", format:{size:[24,130]}, /*1{*/url:"../news/subscribe.shtml"/*1}*/}
        ]
    },
    {code:"<img src=\"../images/spacer.gif\" width=\"155\" height=\"32\" style=\"vertical-align: bottom;\" />", format:{size:[32, 155], itemoff:[0, 82], style:STYLE_E}, url:"../resources/index.shtml",
        sub:[
            {style:STYLE_1},
            {code:"Legal Developments", format:{size:[24,157]}, /*1{*/url:"../resources/legal.shtml"/*1}*/},
            {code:"Products & Services", format:{size:[24,157]}, /*1{*/url:"../resources/products.shtml"/*1}*/}
        ]
    },
    {code:"<img src=\"../images/spacer.gif\" width=\"98\" height=\"32\" style=\"vertical-align: bottom;\" />", format:{size:[32, 98], itemoff:[0, 155], style:STYLE_F}, url:"../careers/index.shtml",
        sub:[
            {style:STYLE_1},
            {code:"Opportunities", format:{size:[24,110]}, /*1{*/url:"../careers/index.shtml"/*1}*/}
        ]
    },
    {code:"<img src=\"../images/spacer.gif\" width=\"122\" height=\"32\" style=\"vertical-align: bottom;\" />", format:{size:[32, 122], itemoff:[0, 98], style:STYLE_G}, url:"../contact/index.shtml",
        sub:[
            {style:STYLE_1},
            {code:"Atlanta", format:{size:[24,123]}, /*1{*/url:"../contact/atlanta.shtml"/*1}*/},
            {code:"Ithaca", format:{size:[24,123]}, /*1{*/url:"../contact/ithaca.shtml"/*1}*/},
            {code:"Los Angeles", format:{size:[24,123]}, /*1{*/url:"../contact/los_angeles.shtml"/*1}*/},
            {code:"San Diego", format:{size:[24,123]}, /*1{*/url:"../contact/san_diego.shtml"/*1}*/}
        ]
    },
];

var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();