@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {width: 607px; position:relative; z-index:100;}
/* hack to correct IE5.5 faulty box model */
* html .menu {width:607px; w\idth:607px;}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {padding:0; margin:0; list-style-type:none;}
.menu ul ul {width:212px; margin-left:16px;}
.menu ul ul ul {margin-left:0;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {float:left; position:relative; padding: 0 0 0 15px; height:30px; font-weight:bold;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block; font-size:12px; text-decoration:none; color:#000; padding-left:14px; line-height:29px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {}

/* Specific navigation styles - CHECK IE6 STYLES */
.menu li.company {width:103px;}
.menu li.company a.company {width:87px;} /*010409 */
.menu li.sectors {width:94px;}
.menu li.sectors a.sectors {width:79px;} /*010409 */
.menu li.mediaCentres {width:104px;}
.menu li.mediaCentres a.mediaCentres {width:89px;} /*010409 */
.menu li.contact {width:86px;}
.menu li.contact a.contact {width:71px;} /*010409 */
.menu li.careers {width:145px;}
.menu li.careers a.careers {width:130px;} /*010409 */

/* style the second level background */
.menu ul ul li {background:#FFF; display:block; width:210px; margin:0; padding:0; border-left:1px solid #dbdbdc; border-right:1px solid #dbdbdc; font-weight:normal; height:26px;}
.menu ul ul li.last {border-bottom:1px solid #dbdbdc;}
.menu ul ul ul li.first {border-top:1px solid #dbdbdc;}
.menu ul ul ul li.first a {border-top: 4px solid #FFF;}
.menu ul ul a.drop, .menu ul ul a.drop:visited {height:auto; background:url(../images/global/black-arrow.gif) no-repeat 190px center; width:190px;}
/* style the second level hover */
.menu ul ul a.drop:hover{background:#ee2d24 url(../images/global/white-arrow.gif) no-repeat 190px center;}
.menu ul ul :hover > a.drop {background:#ee2d24 url(../images/global/white-arrow.gif) no-repeat 190px center;}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {}
/* style the third level hover */
.menu ul ul ul a:hover {}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {visibility:hidden; position:absolute; height:0; top:30px; left:0; }

/* another hack for IE5.5 */
* html .menu ul ul {top:30px; t\op:29px;}

/* position the third level flyout menu */
.menu ul ul ul {left:210px; top:-2px; width:150px;}

/* position the second level flyout menu for a left flyout - CHECK IE6 STYLES */
.menu ul ul.final {left:-75px;}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {left:-150px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {height:auto; line-height:9px; border-left:5px solid #FFF; border-right:5px solid #FFF; border-top:2px solid #FFF; border-bottom:2px solid #FFF; padding:5px 5px; width:190px;}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{background:#FFF url(../images/global/red-arrow-bold.gif) 2px 10px no-repeat scroll;}
.menu a:hover {color:#ee2d24;}
.menu ul ul a:hover {background:#ee2d24; color:#FFF;}
.menu :hover > a, .menu ul ul :hover > a {background:#ee2d24; color:#FFF;}
.menu :hover > a {background:none; color:#ee2d24; background:#FFF url(../images/global/red-arrow-bold.gif) 2px 10px no-repeat scroll;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul {visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul {visibility:visible;}