/* COOLjsMenu style + structure file */

var STYLE_0 =
{
    borderWidth:0,
    borderColor:"transparent",
    backgroundColor:[ "transparent", "transparent" ],
	backgroundStyle:["background-color: transparent;"],
    backgroundClass:[ "clsCMOn", "clsCMOver" ],
	textStyle:[ "color: #ffffff; font: bold 9pt Arial, sans-serif; padding-left: 0px;", "color: #d6d5af; font: bold 9pt Arial, sans-serif; padding-left: 0px;"],
    /*1{*/size:[ 34, '+self' ]/*1}*/,
    itemoff:[ 0, '+previousItem-1px' ],
    leveloff:[ '+parentItem-0px', 0 ]
};



var STYLE_1 =
{
    levelFilters:[ "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=2,motion=reverse,duration=0.3)", "progid:DXImageTransform.Microsoft.GradientWipe(GradientSize=0.25,wipestyle=2,motion=forward,duration=0.3)"],
    itemFilters:null,
    borderWidth:[ 1, 0, 1, 0 ],
    borderColor:"#ececec",
    backgroundStyle:"background-color: #48596d;",
    textStyle:[ "padding-bottom: 1px; padding-left: 4px; text-align: left; color: #7cabcd; font: bold 9pt Arial, sans-serif;", "padding-bottom: 1px; padding-left: 4px; text-align: left; color: #ffffff; font: bold 9pt Arial, sans-serif; " ],
    size:[ 30, 200 ],
    itemoff:[ '+previousItem-1px', 0 ],
    ifFirst:
    {
        backgroundStyle:"background: #48596d;",
        textStyle:[ "padding-bottom: 1px; padding-left: 4px; text-align: left; color: #7cabcd; font: bold 9pt Arial, sans-serif;", "padding-bottom: 1px; padding-left: 4px; text-align: left; color: #ffffff; font: bold 9pt Arial, sans-serif; " ],
        size:[ 30, 200  ]
    },
    ifLast:
    {
        borderWidth:[ 1, 0, 1, 1 ],
        size:[ 30, 200  ]
    }
};

var MENU_ITEMS = [
    {pos:'relative', style:[ STYLE_0, STYLE_1 ], blankImage:'images/b.gif'},
   {code:'<img src="images/home-n.gif" width="69" height="34" />',
		ocode:'<img src="images/home-r.gif" width="69" height="34" />',
		url:"index.html"
    },
	
     {code:'<img src="images/about-n.gif" width="101" height="34" />',
		ocode:'<img src="images/about-r.gif" width="101" height="34" />',
		url:"about-us.html",
        sub:[
            {/*2{*/size:[ 30, 200 ]/*2}*/},
           {code:"Staff Overview", url:"staff-overview.html"},
           {code:"Executive Staff", url:"executive-staff.html"},
		   {code:"Technical Staff", url:"technical-staff.html"},
		   {code:"Mission and Values", url:"mission-values.html"}
        ]
    },
	
	{code:'<img src="images/services-n.gif" width="97" height="34" />',
		ocode:'<img src="images/services-r.gif" width="97" height="34" />',
		url:"services.html",
        sub:[
            {/*2{*/size:[ 30, 200 ]/*2}*/},
           {code:"Source Emission Testing", url:"source-emission-testing.html"},
		   {code:"FTIR Spectroscopy Services", url:"ftir-services.html"},
           {code:"CEMS Services", url:"cems-services.html"},
		   {code:"Mercury Sorbent-Trap Testing Services", url:"mercury-sorbent-services.html"},
		   {code:"Analytical Laboratory Services", url:"analytical-laboratory-services.html"},
		   {code:"Industrial Hygiene Monitoring Services", url:"industrial-hygiene-services.html"},
	
		    {code:"Other Services", url:"other-services.html"}
        ]
    },
	
		{code:'<img src="images/capabilities-n.gif" width="119" height="34" />',
		ocode:'<img src="images/capabilities-r.gif" width="119" height="34" />',
		url:"capabilities.html",
        sub:[
            {/*2{*/size:[ 30, 200 ]/*2}*/},
        {code:"Equipment", url:"equipment.html"},
           {code:"Testing Types", url:"testing-types.html"},
		   {code:"Testing by Industry", url:"testing-by-industry.html"},
		   {code:"Testing by Source", url:"testing-by-source.html"},
		   {code:"Experience", url:"experience.html"}
        ]
    },
	
	  {code:'<img src="images/contact-n.gif" width="109" height="34" />',
		ocode:'<img src="images/contact-r.gif" width="109" height="34" />',
		url:"contact.html"
    },
	
	{code:'<img src="images/news-s.gif" width="70" height="34" />',
		ocode:'<img src="images/news-s.gif" width="70" height="34" />',
		url:"news.html",
        sub:[
            {/*2{*/size:[ 30, 200 ]/*2}*/},
           {code:"Newsletter", url:"newsletter.html"}
        ]
    },
		{code:'<img src="images/careers-n.gif" width="93" height="34" />',
		ocode:'<img src="images/careers-r.gif" width="93" height="34" />',
		url:"employment.html"
    },

];

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