/* COOLjsMenu style + structure file */

var STYLE_0 =
{
    borderWidth:0,
    borderColor:"#666666",
    backgroundColor:[ "white", "#d6d5af" ],
	backgroundStyle:["background-image: url(images/navbg.jpg);"],
    backgroundClass:[ "clsCMOn", "clsCMOver" ],
	textStyle:[ "color: #ffffff; font: bold 8pt Verdana, sans-serif; padding-left: 2px;", "color: #d6d5af; font: bold 8pt Verdana, sans-serif; padding-left: 2px;"],
    /*1{*/size:[ 31, '+self' ]/*1}*/,
    itemoff:[ 0, '+previousItem-1px' ],
    leveloff:[ '+parentItem-1px', 13 ]
};



var STYLE_1 =
{
    levelFilters:[ "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=reverse,duration=0.3)", "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=1,motion=forward,duration=0.3)"],
    itemFilters:null,
    borderWidth:[ 1, 0, 1, 0 ],
    borderColor:"#575747",
    backgroundStyle:"background-color: #d6d5af;",
    textStyle:[ "padding-bottom: 1px; text-align: left; color: #575747; font: 8pt Verdana, sans-serif;", "padding-bottom: 1px; text-align: left; color: #000000; font: 8pt Verdana, sans-serif;" ],
    size:[ 25, 178 ],
    itemoff:[ '+previousItem-1px', 0 ],
    ifFirst:
    {
        backgroundStyle:"background: #d6d5af;",
        textStyle:[ "padding-bottom: 1px; text-align: left; color: #575747; font: 8pt Verdana, sans-serif;", "padding-bottom: 1px; text-align: left; color: #000000; font: 8pt Verdana, sans-serif;" ],
        size:[ 25, 178  ]
    },
    ifLast:
    {
        borderWidth:[ 1, 0, 1, 1 ],
        size:[ 25, 178  ]
    }
};

var MENU_ITEMS = [
    {pos:'relative', style:[ STYLE_0, STYLE_1 ], blankImage:'images/b.gif'},
   {code:'<img src="images/home_n.gif" width="46" height="19" />',
		ocode:'<img src="images/home_r.gif" width="46" height="19" />',
		url:"index.html"
    },
	
     {code:'<img src="images/about_n.gif" width="80" height="19" />',
		ocode:'<img src="images/about_r.gif" width="80" height="19" />',
		url:"about.html",
        sub:[
            {/*2{*/size:[ 25, 178 ]/*2}*/},
           {code:"Leadership Team", url:"leadership.html"},
           {code:"News and Announcements", url:"news.html"}
        ]
    },
	
	     {code:'<img src="images/services_n.gif" width="80" height="19" />',
		ocode:'<img src="images/services_r.gif" width="80" height="19" />',
		url:"services.html"
    },
	
	     {code:'<img src="images/products_n.gif" width="88" height="19" />',
		ocode:'<img src="images/products_r.gif" width="88" height="19" />',
		url:"products.html",
        sub:[
            {/*4{*/size:[ 25, 178  ]/*4}*/},
          {code:"Seating", url:"seating.html"},
            {code:"Casegoods", url:"casegoods.html"},
           {code:"Panel Systems", url:"panels.html"},
            {code:"Filing and Storage", url:"storage.html"},
			 {code:"Request Catalog", url:"catalog.aspx"}
        ]
    },
        {code:'<img src="images/manufacturers_n.gif" width="126" height="19" />',
		ocode:'<img src="images/manufacturers_r.gif" width="126" height="19" />',
		url:"manufactures.html",
        sub:[
            {/*5{*/size:[ 25, 178  ]/*5}*/},
          {code:"Global and Evolve Dealership", url:"global.html"},
           {code:"Paoli Dealership", url:"paoli.html"}
        ]
    },
      
	   {code:'<img src="images/affiliations_n.gif" width="150" height="19" />',
		ocode:'<img src="images/affiliations_r.gif" width="150" height="19" />',
		url:"affiliations.html"
    },
	
	   {code:'<img src="images/clients_n.gif" width="72" height="19" />',
		ocode:'<img src="images/clients_r.gif" width="72" height="19" />',
		url:"clients.html",
        sub:[
            {/*5{*/size:[ 25, 178  ]/*5}*/},
          {code:"Why Choose Us", url:"whychooselan.html"}
           ]
    },
		
		{code:'<img src="images/contact_n.gif" width="101" height="19" />',
		ocode:'<img src="images/contact_r.gif" width="101" height="19" />',
		url:"contact.aspx"
    },
    
];

var menu1 = new COOLjsMenuPRO("menu1", MENU_ITEMS);
menu1.initTop();
