@charset "utf-8";
/* CSS Document */
#multi-level {height:28px; position:relative; z-index:100;}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family: Verdana, Arial, sans-serif; font-size:11px;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:28px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:56px; background:url(../html/images/css-menu/home-over.gif) no-repeat;}
.menu li.p2 {width:72px; background:url(../html/images/css-menu/articles-over.gif) no-repeat;}
.menu li.p3 {width:48px; background:url(../html/images/css-menu/news-over.gif) no-repeat;}
.menu li.p4 {width:68px; background:url(../html/images/css-menu/gallery-over.gif) no-repeat;}
.menu li.p5 {width:86px; background:url(../html/images/css-menu/resources-over.gif) no-repeat;}
.menu li.p6 {width:86px; background:url(../html/images/css-menu/contact-us-over.gif) no-repeat;}


.menu li.pd {width:10px; height:21px; background:url(../html/images/css-menu/divider.gif) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:56px; background:url(../html/images/css-menu/home-up.gif) no-repeat;}
.menu li a#articles {width:72px; background:url(../html/images/css-menu/articles-up.gif) no-repeat;}
.menu li a#news {width:48px; background:url(../html/images/css-menu/news-up.gif) no-repeat;}
.menu li a#gallery {width:68px; background:url(../html/images/css-menu/gallery-up.gif) no-repeat;}
.menu li a#resources {width:86px; background:url(../html/images/css-menu/resources-up.gif) no-repeat;}
.menu li a#contact {width:86px; background:url(../html/images/css-menu/contact-us-up.gif) no-repeat;}


.menu li a#divider {width:10px; background:url(../html/images/css-menu/divider.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#hot_topics:hover, .menu li:hover a#hot_topics,
.menu li a#articles:hover, .menu li:hover a#articles,
.menu li a#gallery:hover, .menu li:hover a#gallery,
.menu li a#testimonials:hover, .menu li:hover a#testimonials,
.menu li a#contact:hover, .menu li:hover a#contact,
.menu li a#news:hover, .menu li:hover a#news {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}


/* Foreword original solo menu 
.menu :hover ul.foreword {left:0; top:27px; background: #ffffff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:400px; height:auto;}
.menu :hover ul.foreword li {display:block; height:22px; position:relative; float:left; width:397px;}
.menu :hover ul.foreword li a {display:block; font-size:11px; height:22px; width:394px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.foreword li a:hover {background:#f8cf0a; color:#000000; width:394px;}
*/

/* Sub2 */
.menu :hover ul.sub2 {left:0; top:27px; background: #ffffff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:243px; height:auto;}
.menu :hover ul.sub2 li {display:block; height:22px; position:relative; float:left; width:240px;}
.menu :hover ul.sub2 li a {display:block; font-size:11px; height:22px; width:237px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.sub2 li a.fly {background:#fff url(../html/images/css-menu/arrow.gif) 230px 7px no-repeat;}
.menu :hover ul.sub2 li a:hover {background:#FCEA94; color:#333333;}
.menu :hover ul.sub li a.fly:hover {background:#37a237 url(../html/images/css-menu/arrow.gif) 230px 7px no-repeat; color:#333333;}
.menu :hover ul.sub2 li:hover > a.fly {background:#f8cf0a url(../html/images/css-menu/arrow.gif) 230px 7px no-repeat; color:#000000;} 

/* Hot Topics top level menu menu 
.menu :hover ul.hot_menu {left:0; top:27px; background: #ffffff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:400px; height:auto;}
.menu :hover ul.hot_menu li {display:block; height:22px; position:relative; float:left; width:397px;}
.menu :hover ul.hot_menu li a {display:block; font-size:11px; height:22px; width:394px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.hot_menu li a:hover {background:#FCEA94; color:#000000;}
*/

/* set up the news menu flyout levels when hovering*/ 
.menu :hover ul.news_menu :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:160px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:293px; z-index:200; height:auto; z-index:300;}


/* News */
.menu :hover ul.news_menu {left:0; top:27px; background: #ffffff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:163px; height:auto;}
.menu :hover ul.news_menu li {display:block; height:22px; position:relative; float:left; width:160px;}
.menu :hover ul.news_menu li a {display:block; font-size:11px; height:22px; width:157px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.news_menu li a.fly {background:#fff url(../html/images/css-menu/arrow.gif) 150px 7px no-repeat;}
.menu :hover ul.news_menu li a:hover {background:#f8cf0a; color:#000000;}
.menu :hover ul.news_menu li a.fly:hover {background:#37a237 url(../html/images/css-menu/arrow.gif) 150px 7px no-repeat; color:#000000;}
.menu :hover ul.news_menu li:hover > a.fly {background:#f8cf0a url(../html/images/css-menu/arrow.gif) 150px 7px no-repeat; color:#000000;} 

/* set up the Resources menu flyout levels when hovering*/ 
.menu :hover ul.resources_menu :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:140px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:143px; z-index:200; height:auto; z-index:300;}


/* Resources Menu */
.menu :hover ul.resources_menu {left:0; top:27px; background: #ffffff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:143px; height:auto;}
.menu :hover ul.resources_menu li {display:block; height:22px; position:relative; float:left; width:140px;}
.menu :hover ul.resources_menu li a {display:block; font-size:11px; height:22px; width:137px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.resources_menu li a.fly {background:#fff url(../html/images/css-menu/arrow.gif) 130px 7px no-repeat;}
.menu :hover ul.resources_menu li a:hover {background:#FCEA94; color:#000000;}
.menu :hover ul.resources_menu li a.fly:hover {background:#37a237 url(../html/images/css-menu/arrow.gif) 130px 7px no-repeat; color:#000000;}
.menu :hover ul.resources_menu li:hover > a.fly {background:#f8cf0a url(../html/images/css-menu/arrow.gif) 130px 7px no-repeat; color:#000000;} 





/* archives menu */
.menu :hover ul.arch {left:0; top:27px; background: #ffffff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:160px; height:auto;}
.menu :hover ul.arch li {display:block; height:22px; position:relative; float:left; width:157px;}
.menu :hover ul.arch li a {display:block; font-size:11px; height:22px; width:154px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.arch li a:hover {background:#f8cf0a; color:#000000;}

/* resources menu */
.menu :hover ul.res {left:0; top:27px; background: #ffffff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:175px; height:auto;}
.menu :hover ul.res li {display:block; height:22px; position:relative; float:left; width:172px;}
.menu :hover ul.res li a {display:block; font-size:11px; height:22px; width:169px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.res li a:hover {background:#f8cf0a; color:#000000;}

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:240px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:393px; z-index:200; height:auto; z-index:300;}

/* set up the articles flyout levels when hovering*/ 
.menu :hover ul.sub1 :hover ul.sub1,
.menu :hover ul :hover ul :hover ul
{left:160px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:393px; z-index:200; height:auto; z-index:300;}

.menu :hover li :hover li a:hover
{left:0px; top:4px; background: #f8cf0a; padding:0px 0; white-space:nowrap; width:287px; z-index:200; height:22px; z-index:300;}

/* Foreword flyout menu with articles */
.menu :hover ul.foreword li {white-space:nowrap; width:400px;}
.menu :hover ul.foreword li a:hover {background:#FCEA94; color:#000000; width:394px;}
.menu :hover ul.foreword li a {display:block; font-size:11px; height:22px; width:391px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
/* this for rollover colour */
.menu :hover ul.sub2 li.foreword:hover > a.fly {background:#f8cf0a url(../html/images/css-menu/arrow.gif) 230px 7px no-repeat; color:#000000;}

/* Efficiency & Emissions */
.menu :hover ul.efficiency_emissions li {white-space:nowrap; width:410px;}
.menu :hover ul.efficiency_emissions li a:hover {background:#F0DDD9; color:#000000; width:404px;}
.menu :hover ul.efficiency_emissions li a {display:block; font-size:11px; height:22px; width:401px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
/* this for rollover colour */
.menu :hover ul.sub2 li.efficiency_emissions:hover > a.fly {background:#A25641 url(../html/images/css-menu/arrow_over.gif) 230px 7px no-repeat; color:#FFFFFF;}


/* Case Studies */
.menu :hover ul.case_studies li a:hover {background:#f8cf0a; color:#000000; width:120px;}
.menu :hover ul.case_studies li a {display:block; font-size:11px; height:22px; width:117px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}

/* Space, Earth & Ocean */
.menu :hover ul.space_earth li {white-space:nowrap; width:490px;}
.menu :hover ul.space_earth li a:hover {background:#c4dbe2; color:#000000; width:484px;}
.menu :hover ul.space_earth li a {display:block; font-size:11px; height:22px; width:481px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
/* this for rollover colour */
.menu :hover ul.sub2 li.space_earth:hover > a.fly {background:#13718b url(../html/images/css-menu/arrow_over.gif) 230px 7px no-repeat; color:#FFFFFF;}


/* Regional Action */
.menu :hover ul.regional_action li {white-space:nowrap; width:480px;} /* two line prevention */
.menu :hover ul.regional_action li a:hover {background:#DAEDF8; color:#000000; width:474px;}
.menu :hover ul.regional_action li a {display:block; font-size:11px; height:22px; width:471px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
/* this for rollover colour */
.menu :hover ul.sub2 li.regional_action:hover > a.fly {background:#3D9CD7 url(../html/images/css-menu/arrow_over.gif) 230px 7px no-repeat; color:#FFFFFF;}

/* Services, Research & Education */
.menu :hover ul.services li {white-space:nowrap; width:510px;}
.menu :hover ul.services li a:hover {background:#f8dedf; color:#000000; width:504px;}
.menu :hover ul.services li a {display:block; font-size:11px; height:22px; width:501px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
/* this for rollover colour */
.menu :hover ul.sub2 li.services:hover > a.fly {background:#D2232A url(../html/images/css-menu/arrow_over.gif) 230px 7px no-repeat; color:#FFFFFF;}


/* Renewables & Waste */
.menu :hover ul.renewables li {white-space:nowrap; width:450px;} 
.menu :hover ul.renewables li a:hover {background:#ECF5C5; color:#000000; width:444px;}
.menu :hover ul.renewables li a {display:block; font-size:11px; height:22px; width:441px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
/* this for rollover colour */
.menu :hover ul.sub2 li.renewables:hover > a.fly {background:#617515 url(../html/images/css-menu/arrow_over.gif) 230px 7px no-repeat; color:#FFFFFF;}

/* Developing fossil fuels */
.menu :hover ul.dff li a:hover {background:#f8cf0a; color:#000000; width:74px;}
.menu :hover ul.dff li a {display:block; font-size:11px; height:22px; width:71px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}

/* Solar */
.menu :hover ul.solar li {white-space:nowrap; width:470px;}
.menu :hover ul.solar li a:hover {background:#FBE6F5; color:#000000; width:464px;}
.menu :hover ul.solar li a {display:block; font-size:11px; height:22px; width:461px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
/* this for rollover colour */
.menu :hover ul.sub2 li.solar:hover > a.fly {background:#8B1371 url(../html/images/css-menu/arrow_over.gif) 230px 7px no-repeat; color:#FFFFFF;}


/* Research & Development */
.menu :hover ul.res_dev li a:hover {background:#f8cf0a; color:#000000; width:394px;}
.menu :hover ul.res_dev li a {display:block; font-size:11px; height:22px; width:391px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}

/*Linkages, Strategies & Finance */
.menu :hover ul.linkages li {white-space:nowrap; width:510px;}
.menu :hover ul.linkages li a:hover {background:#D5EED2; color:#000000; width:504px;}
.menu :hover ul.linkages li a {display:block; font-size:11px; height:22px; width:501px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
/* this for rollover colour */
.menu :hover ul.sub2 li.linkages:hover > a.fly {background:#51B848 url(../html/images/css-menu/arrow_over.gif) 230px 7px no-repeat; color:#FFFFFF;}


/* Development */
.menu :hover ul.development li {display:block; height:22px; position:relative; float:left; width:160px;}
.menu :hover ul.development li a {display:block; font-size:11px; height:22px; width:157px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
.menu :hover ul.development li a:hover {background:#f8cf0a; color:#000000; width:157px;}
.menu :hover ul.development li a.fly {background:#fff url(../html/images/css-menu/arrow.gif) 150px 7px no-repeat;}
.menu :hover ul.development li a.fly:hover {background:#37a237 url(../html/images/css-menu/arrow.gif) 150px 7px no-repeat; color:#000000;}
.menu :hover ul.development li:hover > a.fly {background:#f8cf0a url(../html/images/css-menu/arrow.gif) 150px 7px no-repeat; color:#000000;}




/* Mechanisms */
.menu :hover ul.mechanisms li a:hover {background:#f8cf0a; color:#000000; width:237px;}

/* Carbon */
.menu :hover ul.carbon li a:hover {background:#f8cf0a; color:#000000; width:150px;}

/* Forestry */
.menu :hover ul.forestry li a:hover {background:#f8cf0a; color:#000000; width:230px;}

/* Adaptation */
.menu :hover ul.adaptation li a:hover {background:#f8cf0a; color:#000000; width:130px;}

/* Private Sector */
.menu :hover ul.private-sector li a:hover {background:#f8cf0a; color:#000000; width:100px;}

/* Partnerships */
.menu :hover ul.partnerships li a:hover {background:#f8cf0a; color:#000000; width:257px;}

/* Govenment */
.menu :hover ul.government li a:hover {background:#f8cf0a; color:#000000; width:274px;}

/* Conservation */
.menu :hover ul.conservation li a:hover {background:#f8cf0a; color:#000000; width:257px;}

/* Space-Earth */
.menu :hover ul.space-earth li a:hover {background:#f8cf0a; color:#000000; width:300px;}

/* Archive */
.menu :hover ul.archive li a:hover {background:#f8cf0a; color:#000000; width:84px;}

/* Hot Topics */
.menu :hover ul.hot li { white-space:nowrap; width:400px;}
.menu :hover ul.hot li a:hover{background:#FFCECE; color:#000000; width:394px;}
.menu :hover ul.hot li a {display:block; font-size:11px; height:22px; width:391px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
/* this for rollover colour */
.menu :hover ul.news_menu li.hot:hover > a.fly {background:#FF0000 url(../html/images/css-menu/arrow_over.gif) 150px 7px no-repeat; color:#FFFFFF;}

/* Press Releases */
.menu :hover ul.press li { white-space:nowrap; width:466px;}
.menu :hover ul.press li a:hover{background:#FFCEFF; color:#000000; width:460px;}
.menu :hover ul.press li a {display:block; font-size:11px; height:22px; width:457px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
/* this for rollover colour */
.menu :hover ul.news_menu li.press:hover > a.fly {background:#CE00CE url(../html/images/css-menu/arrow_over.gif) 150px 7px no-repeat; color:#FFFFFF;}

/* RSS */
.menu :hover ul.rss li { white-space:nowrap; width:250px;}
.menu :hover ul.rss li a:hover{background:#FBC8A2; color:#000000; width:244px;}
.menu :hover ul.rss li a {display:block; font-size:11px; height:22px; width:241px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
/* this for rollover colour */
.menu :hover ul.news_menu li.rss:hover > a.fly {background:#F47C22 url(../html/images/css-menu/arrow_over.gif) 150px 7px no-repeat; color:#FFFFFF;}


/* Resources */
.menu :hover ul.resources li { white-space:nowrap; width:150px;}
.menu :hover ul.resources li a:hover{background:#FCEA94; color:#000000; width:144px;}
.menu :hover ul.resources li a {display:block; font-size:11px; height:22px; width:141px; line-height:20px; text-indent:5px; color:#333333; text-decoration:none; border:3px solid #fff; border-width:0 0 0 3px;}
/* this for rollover colour */
.menu :hover ul.resources_menu li.resources:hover > a.fly {background:#F47C22 url(../html/images/css-menu/arrow_over.gif) 130px 7px no-repeat; color:#FFFFFF;}


