/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/pro_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0px; font-family:'Trebuchet MS', Helvetica, sans-serif;}
.menu{margin-left:25px;}
/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;margin:17px 10px 0 0;}

/* 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:12px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:53px; background:url(../images/home02.gif) no-repeat;;}
.menu li.p2 {width:74px; background:url(../images/services02.gif) no-repeat;;}
.menu li.p3 {width:79px; background:url(../images/products02.gif) no-repeat;;}
.menu li.p4 {width:145px;background:url(../images/bv02.gif) no-repeat;;}
.menu li.p5 {width:88px; background:url(../images/resources02.gif) no-repeat;;}
.menu li.p6 {width:61px; background:url(../images/clients02.gif) no-repeat;;}
.menu li.p7 {width:61px; background:url(../images/careers02.GIF) no-repeat;;}


/* set up the normal unhovered images in the links */
.menu li a#home {width:53px; background:url(../images/home01.gif) no-repeat;}
.menu li a#services {width:74px; background:url(../images/services01.gif) no-repeat;}
.menu li a#products {width:79px; background:url(../images/products01.gif) no-repeat;}
.menu li a#bv {width:145px; background:url(../images/bv01.gif) no-repeat;}
.menu li a#resources {width:88px; background:url(../images/resources01.gif) no-repeat;}
.menu li a#clients {width:61px; background:url(../images/clients01.gif) no-repeat;}
.menu li a#careers {width:88px; background:url(../images/careers01.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.selected a#home,
.menu li a#services:hover, .menu li:hover a#services, .menu li.selected a#services,
.menu li a#products:hover, .menu li:hover a#products, .menu li.selected a#products,
.menu li a#bv:hover, .menu li:hover a#solutions, .menu li.selected a#bv,
.menu li a#resources:hover, .menu li:hover a#resources,.menu li.selected a#resources,
.menu li a#careers:hover, .menu li:hover a#careers,.menu li.selected a#careers,
.menu li a#clients:hover, .menu li:hover a#clients,.menu li.selected a#clients
{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;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:28px; background: #FFFFFF; border:1px solid #AAAAAA; white-space:nowrap; width:180px; height:auto;}
.menu :hover ul.sub li {display:block; height:25px; position:relative; float:left; width:180px;border-bottom:1px solid #cccccc;}
.menu :hover ul.sub li a {display:block; font-weight:bold; font-size:13px; height:25px; width:180px; line-height:25px; text-indent:5px; color:#000000; text-decoration:none; }
.menu :hover ul.sub li a.fly {background:#FFFFFF url(../images/arrow.gif) 80px 13px no-repeat;}
.menu :hover ul.sub li a:hover {background:#FFCC00; color:#fff;}
.menu :hover ul.sub li a.selected {background:#FFCC00; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#FFCC00 url(../images/arrow01.gif) 80px 13px no-repeat; color:#fff;}
.menu :hover ul.sub li a.fly.selected {background:#77B9FC url(../images/arrow01.gif) 80px 13px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#77B9FC url(../images/arrow01.gif) 80px 13px no-repeat; color:#fff;} 

/* 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:150px; top:-1px; background: #99CCFF; padding:0px 0; border:1px solid #0066FF; white-space:nowrap; width:150px; height:auto; z-index:300;}
