#navcontainer {
	float: right;
	width: 763px;
	margin: 60px 0px 0px 0px;
	padding: 0px 0px 0px 0px; /* TOP RIGHT BOTTOM LEFT */
	font-family: "Helvetica LT", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 16px;
	height: 45px
}



/* SEARCH BOX */

#SearchBox {
	position: absolute;
	top: 135px;
	right: 10px;
	margin: 0px 0px 0px 0px;
	padding: 0px
}

#SearchBox form {
	margin: 0px;
	padding: 0px;
}




#navcontainer li:hover, #navcontainer li.hover {
    position: static;
}



/* LEFT NAVIGATION */

#LeftNav {
	float: left;
	margin-left: 10px;
	font-size: 1em
}

#LeftNav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center
}

#LeftNav li {
	margin: 0px 0px 0px 0px;
	display: block;
	list-style: none;
	width: 177px;
	background: url(../images/bg/menu-bg.png) no-repeat top left;
	padding: 6px 5px 5px 0px;
	height: 23px
}

#LeftNav li#h2 {
	background: #c8e9f7 url(../images/bg/menu.jpg) repeat-x bottom left;
	width: 172px;
	margin-bottom: 3px
}

#LeftNav a, #LeftNav a:link, #LeftNav a:visited {
	color: #fff;
	text-decoration: none;
}

#LeftNav a:hover {
	color: #87cfef;
}

.UK #LeftNav a#UK, .DE #LeftNav a#DE, .FR #LeftNav a#FR, .NL #LeftNav a#NL, .US #LeftNav a#US, .Asia #LeftNav a#Asia, .Speedregion #LeftNav a#Speedregion, .Bespoke #LeftNav a#Bespoke, .Products #LeftNav a#product, .Sector #LeftNav a#sector, .Registration #LeftNav a#registration, .Login #LeftNav a#login, .FAQs #LeftNav a#faq, .Clients #LeftNav a#clients, .Contact #LeftNav a#contact, .Terms #LeftNav a#terms, .About #LeftNav a#about, .Asia #LeftNav a#Asia, .Speedregion #LeftNav a#Speedregion, .SpeedregionRegional #LeftNav a#SpeedregionRegional,.Disclaimer #LeftNav a#disclaimer, .Privacy #LeftNav a#privacy, .MyAccoun #LeftNav a#MyAccount, #HomePage #LeftNav a#HomePage, .FreeTrial #LeftNav a#FreeTrial, .AllProducts #LeftNav a#AllProducts, .Subscribe #LeftNav a#Subscribe, .LoginPage #LeftNav a#LoginPage, #LeftNav a#Myaccount, .MediaCentre #LeftNav a#mediacentre, .SpeedregionNL #LeftNav a#SpeedregionNL, .RefundPolicy #LeftNav a#refundpolicy {
	color: #87cfef;
}

/* Menu based on original script from CSSPlay.co.uk */
#navcontainer .menu {height: 45px; position:relative; z-index:100; margin:0px; font-family: "Helvetica LT", Helvetica, sans-serif}
/* hack to correct IE5.5 faulty box model */
* html #navcontainer .menu {width: 763px; w\idth: 763px;}
/* remove all the bullets, borders and padding from the default list styling */
#navcontainer .menu ul {padding:0; margin:0; list-style-type:none; width: 763px; height: 45px}
#navcontainer .menu ul ul {width: 13em;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#navcontainer .menu li {float: left; text-align: center; width: 100px; position:relative; background: url(../images/bg/menu-line.jpg) no-repeat top right; margin: 0px}
#navcontainer .menu li#basket {float: left; text-align: center; width: 35px; position:relative; margin: 0px; background: none }
#navcontainer .menu li#basket a { width: 45px; padding-top: 5px ; height: 32px }
#navcontainer .menu li#nav_subscribe {width: 116px;}
#navcontainer .menu li li {background: none;}
/* style the links for the top level */
#navcontainer .menu li a, #navcontainer .menu li a:visited {display: block; text-decoration: none; color: #fff; width: 100px; height: 45px; padding-left: 0px; line-height: 20px; padding-top: 10px}
#navcontainer .menu li a:hover {color: #87cfef}
#navcontainer .menu li#nav_subscribe a#A4 {width: 116px;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #navcontainer .menu li a, * html #navcontainer .menu li a:visited {width:100px; w\idth:99px; color:#fff;}

/* style the second level background */
#navcontainer .menu ul ul a.drop, .menu ul ul a.drop:visited {color: #87cfef;}
/* style the second level hover */
#navcontainer .menu ul ul a.drop:hover{background: none;}
#navcontainer .menu ul ul :hover > a.drop {background: none;}
/* style the third level background */
#navcontainer .menu ul ul ul a, .menu ul ul ul a:visited {background: none;}
/* style the third level hover */
#navcontainer .menu ul ul ul a:hover {background: none;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#navcontainer .menu ul ul {visibility: hidden; position: absolute; height: 0; top: 40px; left: auto; width: 10em; font-size: 13px;}
/* another hack for IE5.5 */
* html #navcontainer .menu ul ul {top: 40px; t\op: 40px;}

/* position the third level flyout menu */
#navcontainer .menu ul ul ul{left: auto; top:-1px; width: 13em;}

/* position the second level flyout menu for a left flyout */
#navcontainer .menu ul ul.left {left: -0.3em;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#navcontainer .menu table {position: absolute; top: 0; left: 0; border-collapse: collapse;}

/* style the second level links */
#navcontainer .menu ul ul a, #navcontainer .menu ul ul a:visited {background: #005696; color: #fff; height: auto; line-height:1em; padding: 5px; width: 16.5em; text-align: left; border: 1px solid #fff}
/* yet another hack for IE5.5 */
* html #navcontainer .menu ul ul a, * html #navcontainer .menu ul ul a:visited {width: 16.5em; w\idth: 16.5em;}

/* style the top level hover */
#navcontainer .menu a:hover{color:#fff;}
#navcontainer .menu :hover > a{color:#fff;}
#navcontainer .menu ul ul a:hover{color:#87cfef;}
#navcontainer .menu ul ul :hover > a {color:#87cfef;}

/* make the second level visible when hover on first level list OR link */
#navcontainer .menu ul li:hover ul,
#navcontainer .menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#navcontainer .menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#navcontainer .menu ul :hover ul :hover ul{ visibility:visible;}

.FreeTrial #navcontainer .menu a#A3, #HomePage #navcontainer .menu a#A1, #Products #navcontainer .menu a#A2, #Subscribe #navcontainer .menu a#A4, #Login #navcontainer .menu a#A5, #About #navcontainer .menu a#A6 {
	color: #87cfef;
}