@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(../images/css-menu/home-over.gif) no-repeat;;}
.menu li.p2 {width:75px; background:url(../images/css-menu/about-us-over.gif) no-repeat;;}
.menu li.p3 {width:74px; background:url(../images/css-menu/volume-4-over.gif) no-repeat;}
.menu li.p4 {width:88px; background:url(../images/css-menu/resources-over.gif) no-repeat;}
.menu li.p5 {width:126px; background:url(../images/css-menu/events-over.gif) no-repeat;}
.menu li.p6 {width:124px; background:url(../images/css-menu/technical-forum-over.gif) no-repeat;}
.menu li.p7 {width:92px; background:url(../images/css-menu/news-over.gif) no-repeat;}
.menu li.p8 {width:130px; background:url(../images/css-menu/prev-projects-over.gif) no-repeat;}

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

/* set up the normal unhovered images in the links */
.menu li a#home {width:56px; background:url(../images/css-menu/home-up.gif) no-repeat;}
.menu li a#about {width:75px; background:url(../images/css-menu/about-us-up.gif) no-repeat;}
.menu li a#latest {width:74px; background:url(../images/css-menu/volume-4-up.gif) no-repeat;}
.menu li a#resources {width:88px; background:url(../images/css-menu/resources-up.gif) no-repeat;}
.menu li a#events {width:126px; background:url(../images/css-menu/events-up.gif) no-repeat;}
.menu li a#forum {width:124px; background:url(../images/css-menu/technical-forum-up.gif) no-repeat;}
.menu li a#news {width:92px; background:url(../images/css-menu/news-up.gif) no-repeat;}
.menu li a#archives {width:130px; background:url(../images/css-menu/prev-projects-up.gif) no-repeat;}

.menu li a#divider {width:10px; background:url(../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#about:hover, .menu li:hover a#about,
.menu li a#latest:hover, .menu li:hover a#latest,
.menu li a#resources:hover, .menu li:hover a#resources,
.menu li a#events:hover, .menu li:hover a#events,
.menu li a#forum:hover, .menu li:hover a#forum,
.menu li a#news:hover, .menu li:hover a#news,
.menu li a#archives:hover, .menu li:hover a#archives {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;}


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

/* Sub2 */
.menu :hover ul.sub2 {left:0; top:27px; background: #ffffff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:133px; height:auto;}
.menu :hover ul.sub2 li {display:block; height:22px; position:relative; float:left; width:130px;}
.menu :hover ul.sub2 li a {display:block; font-size:11px; height:22px; width:127px; 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:hover {background:#f8cf0a; color:#000000; width:127px;}
.menu :hover ul.sub2 li a.fly {background:#fff url(../images/css-menu/arrow.gif) 120px 7px no-repeat;}
.menu :hover ul.sub2 li:hover > a.fly {background:#f8cf0a url(../images/css-menu/arrow.gif) 120px 7px no-repeat; color:#000000;} 

/* about us menu */
.menu :hover ul.about {left:0; top:27px; background: #ffffff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:175px; height:auto;}
.menu :hover ul.about li {display:block; height:22px; position:relative; float:left; width:172px;}
.menu :hover ul.about 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.about li a:hover {background:#f8cf0a; 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:150px; height:auto;}
.menu :hover ul.arch li {display:block; height:22px; position:relative; float:left; width:147px;}
.menu :hover ul.arch li a {display:block; font-size:11px; height:22px; width:144px; 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:#FFCF9F; 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:#FFCF9F; color:#000000;}

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul
{left:130px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:293px; 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;}

/* programmes */
.menu :hover ul.programmes li {white-space:nowrap; width:430px;}/* this line stops 2 items on one line */
.menu :hover ul.programmes li a:hover {background:#E2F0CA; color:#000000; width:424px;}
.menu :hover ul.programmes li a {display:block; font-size:11px; height:22px; width:421px; 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.programmes:hover > a.fly {background:#E2F0CA url(../images/css-menu/arrow.gif) 120px 7px no-repeat; color:#000000;}


/* features */
.menu :hover ul.features li { white-space:nowrap; width:280px;}
.menu :hover ul.features li a:hover {background:#FFD5D5; color:#000000; width:274px;}
.menu :hover ul.features li a {display:block; font-size:11px; height:22px; width:271px; 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.features:hover > a.fly {background:#FFD5D5 url(../images/css-menu/arrow.gif) 120px 7px no-repeat; color:#000000;}

/* industry */
.menu :hover ul.industry li { white-space:nowrap; width:350px;}
.menu :hover ul.industry li a:hover {background:#BEE9F1; color:#000000; width:344px;}
.menu :hover ul.industry li a {display:block; font-size:11px; height:22px; width:341px; 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.industry:hover > a.fly {background:#BEE9F1 url(../images/css-menu/arrow.gif) 120px 7px no-repeat; color:#000000;}


/*.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;}
*/


/* set up the flyout levels when hovering  ORIGINAL
.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:190px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:293px; z-index:200; height:auto; z-index:300;}

*/

