﻿/* PRIMARY NAVIGATION */

div.PrimaryNavWrapper {
	position: relative;
	width: 924px;
	height: 47px;
}

div.LayoutWrapper_Home div.PrimaryNavWrapper {
	width: 977px;
}

div.PrimaryNavHolder {
	position: absolute;
	left: 211px;
	width: 713px;
	background-image: url(../images/bg_PrimaryNavHolder.gif);
	background-position: 0 0px;
	background-repeat: no-repeat;
}

div.LayoutWrapper_Home div.PrimaryNavHolder {
	left: 264px;
}

/* Add this class to (div class="PrimaryNavHolder PrimaryNavHolder_DoYouBuy") to position the background image for the Primary Nav Holder when in the "Do You Buy" directory */
div.PrimaryNavHolder_DoYouBuy {
	background-position: 0 -45px;
}

/* Add this class to (div class="PrimaryNavHolder PrimaryNavHolder_DoYouSupply") to position the background image for the Primary Nav Holder when in the "Do You Supply" directory */
div.PrimaryNavHolder_DoYouSupply {
	background-position: 0 -90px;
}

/* Add this class to (div class="PrimaryNavHolder PrimaryNavHolder_DoYouProvideAService") to position the background image for the Primary Nav Holder when in the "Do You Provide a Service" directory */
div.PrimaryNavHolder_DoYouProvideAService {
	background-position: 0 -135px;
}

/* The first level list items - allows nested lists to be positioned absolute */
div.PrimaryNavHolder li {
	position: relative;
}

/* Set general properties for links and list items */
div.PrimaryNavHolder li,
div.PrimaryNavHolder a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	background-position: 0 0;
	background-repeat: no-repeat;
}

/* Hide text inside */
div.PrimaryNavHolder a span {
	display: none;
}

/* Set the background position for the the first level list items on hover 
NOTE: class="active" is added to the list items by the javascript function "showPrimaryNavList" to compensate for the fact that IE6 does not recognize the pseudo class :hover on li tags */
div.PrimaryNavHolder li.over,
div.PrimaryNavHolder li.PrimaryNavLI_DoYouBuy:hover,
div.PrimaryNavHolder li.PrimaryNavLI_DoYouSupply:hover,
div.PrimaryNavHolder li.PrimaryNavLI_DoYouProvideAService:hover {
	background-position: 0 -45px;
	z-index: 75;
}

/* Set general properties on nested lists and hide them until you hover over the first level list items */
div.PrimaryNavHolder li ul {
	display: none;
	position: absolute;
	top: 45px;
	background-position: bottom left;
	background-repeat: no-repeat;
}

/* Unhide nested lists when you hover over the first level list items */
div.PrimaryNavHolder li:hover ul,
div.PrimaryNavHolder li.over ul {
	display: block;
}

/* Override the float on nested list items which is inherited from the first level list items */
div.PrimaryNavHolder li ul li {
	clear: left;
}

/* Set background images, positioning, and general styles for each first level list item and their nested lists */
/* Do You Buy? */
div.PrimaryNavHolder a.PrimaryNavLink_DoYouBuy {
	/*height: 45px;
	width: 204px;*/
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouBuy {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 50;
	height: 45px;
	width: 204px;
	cursor: pointer;
	background-image: url(../images/PrimaryNav_DoYouBuy.gif);
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouBuy ul {
	width: 204px;
	background-image: url(../images/bg_PrimaryNavList_DoYouBuy.gif);
	background-position: bottom left;
	padding-bottom: 20px;
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouBuy li {
	width: 204px;
	background-color: #4879c2;
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouBuy li a {
	width: 167px;
	padding: 2px 0 2px 37px;
	background-color: #4879c2;
	background-position: 22px 5px;
	background-image: url(../images/L3Arrow_DoYouBuy.gif);
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouBuy li a:hover {
	background-color: #375c9b;
	background-image: url(../images/L3Arrow_DoYouBuy_over.gif);
}

/* Do You Supply? */
div.PrimaryNavHolder a.PrimaryNavLink_DoYouSupply {
	/*height: 45px;
	width: 224px;*/
}

li.PrimaryNavLI_DoYouSupply {
	position: absolute;
	top: 0;
	left: 203px;
	z-index: 50;
	height: 45px;
	width: 224px;
	cursor: pointer;
	background-image: url(../images/PrimaryNav_DoYouSupply.gif);
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouSupply ul {
	width: 224px;
	left: 0px;
	background-image: url(../images/bg_PrimaryNavList_DoYouSupply.gif);
	background-position: bottom left;
	padding-bottom: 19px;
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouSupply li {
	width: 224px;
	background-color: #4f60c2;
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouSupply li a {
	width: 187px;
	padding: 2px 0 2px 37px;
	background-color: #4f60c2;
	background-position: 22px 5px;
	background-image: url(../images/L3Arrow_DoYouSupply.gif);
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouSupply li a:hover {
	background-color: #333f88;
	background-image: url(../images/L3Arrow_DoYouSupply_over.gif);
}

/* Do You Provide a Service? */
div.PrimaryNavHolder a.PrimaryNavLink_DoYouProvideAService {
	/*height: 45px;
	width: 287px;*/
}

li.PrimaryNavLI_DoYouProvideAService {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 202px;
	height: 45px;
	width: 287px;
	cursor: pointer;
	background-image: url(../images/PrimaryNav_DoYouProvideAService.gif);
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouProvideAService ul {
	width: 287px;
	left: 0px;
	background-image: url(../images/bg_PrimaryNavList_DoYouProvideAService.gif);
	background-position: bottom left;
	padding-bottom: 20px;
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouProvideAService li {
	width: 287px;
	background-color: #3d789a;
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouProvideAService li.OverviewLI {
	width: 250px;
	padding-left: 37px;
	background-position: 19px 2px;
	background-image: url(../images/bg_OverviewLI.gif);
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouProvideAService li.OverviewLI ul {
	width: 185px;
	position: relative;
	left: 65px;
	top: 0px;
	padding-bottom: 4px;
	background-image: none;
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouProvideAService li.OverviewLI ul li {
	width: 185px;
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouProvideAService li.OverviewLI ul li a {
	width: 180px;
	padding-left: 5px;
	background-image: none;
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouProvideAService li.OverviewLI ul li a:hover {
	background-image: none;
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouProvideAService li a {
	width: 250px;
	padding: 2px 0 2px 37px;
	background-color: #3d789a;
	background-position: 22px 5px;
	background-image: url(../images/L3Arrow_DoYouProvideAService.gif);
}

div.PrimaryNavHolder li.PrimaryNavLI_DoYouProvideAService li a:hover {
	background-color: #284d71;
	background-image: url(../images/L3Arrow_DoYouProvideAService_over.gif);
}

/* SECONDARY NAVIGATION */
div.SecondaryNavWrapper {
	width: 917px;
	height: 24px;
	padding-bottom: 2px;
	background-color: #579c3c;
}

div.LayoutWrapper_Home div.SecondaryNavWrapper {
	width: 973px;
	border-top: 3px solid #1d3364;
	padding-left: 4px;
}

div.SecondaryNavWrapper li, div.SecondaryNavWrapper a {
	display: block;
	float: left;
	height: 24px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div.SecondaryNavWrapper a:hover {
	background-position: 0 -24px;
}

div.SecondaryNavWrapper a span {
	display: none;
}

div.SecondaryNavWrapper a.active, div.SecondaryNavWrapper a.active:hover {
	background-position: 0 -48px;
}

/* Background images for secondary navigation (Green background just under the header images) */
a.SecondaryNavLink_WhatWeDo {
	width: 130px;
	background-image: url(../images/SecondaryNavLink_WhatWeDo.gif);
}

a.SecondaryNavLink_OurMultienterpriseCollaborationNetwork {
	width: 302px;
	background-image: url(../images/SecondaryNavLink_OurMultienterpriseCollaborationNetwork.gif);
}

a.SecondaryNavLink_OurTechnologyPlatform {
	width: 193px;
	background-image: url(../images/SecondaryNavLink_OurTechnologyPlatform.gif);
}

a.SecondaryNavLink_NewsAndEvents {
	width: 138px;
	background-image: url(../images/SecondaryNavLink_NewsAndEvents.gif);
}

a.SecondaryNavLink_AboutTradeCard {
	width: 154px;
	background-image: url(../images/SecondaryNavLink_AboutTradeCard.gif);
}

/* TERTIARY NAVIGATION (Left side column, just underneath the secondary nav) */
div.TertiaryNavColumn {
	float: left;
	width: 213px;
}

div.TertiaryNavHolder {
	float: left;
	width: 197px;
	min-height: 96px;
	height: auto !important;
	height: 96px;
	padding: 19px 0px 21px 16px;
	border-bottom: 31px solid #9fa6ac;
}

div.TertiaryNavHolder li {
	margin-bottom: 1px;
}

div.TertiaryNavHolder a {
	display: block;
	width: 179px;
	padding: 4px 0 4px 18px;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	background-position: 8px 7px;
	background-repeat: no-repeat;
}

div.TertiaryNavHolder a.active, div.TertiaryNavHolder a.active:hover {
	background-color: #0a1036;
	background-image: url(../images/L3Arrow_active.gif);
}

div.TertiaryNavHolder a.activeLight, div.TertiaryNavHolder a.active:hover {
	background-color: #0B0B3B;
	background-image: url(../images/L3Arrow_active.gif);
}

div.TertiaryNavHolder2 {
	float: left;
	width: 197px;
	min-height: 96px;
	height: auto !important;
	height: 96px;
	padding: 19px 0px 21px 16px;
	border-bottom: 31px solid #9fa6ac;
	font-size: 12px;
}
/* L3 Links for pages under the individual Primary Nav Sections */

/* Do You Buy? */
div.L3Holder_DoYouBuy {
	background-color: #4878c1;
}

div.L3Holder_DoYouBuy a {
	background-image: url(../images/L3Arrow_DoYouBuy.gif);
}

div.L3Holder_DoYouBuy a:hover {
	background-color: #375c9b;
	background-image: url(../images/L3Arrow_DoYouBuy_over.gif);
}

/* Do You Supply? */
div.L3Holder_DoYouSupply {
	background-color: #4f60c2;
}

div.L3Holder_DoYouSupply a {
	background-image: url(../images/L3Arrow_DoYouSupply.gif);
}

div.L3Holder_DoYouSupply a:hover {
	background-color: #333f88;
	background-image: url(../images/L3Arrow_DoYouSupply_over.gif);
}

/* Do You Provide a Service? */
div.L3Holder_DoYouProvideAService {
	background-color: #3d789a;
}

div.L3Holder_DoYouProvideAService a {
	background-image: url(../images/L3Arrow_DoYouProvideAService.gif);
}

div.L3Holder_DoYouProvideAService a:hover {
	background-color: #284d71;
	background-image: url(../images/L3Arrow_DoYouProvideAService_over.gif);
}

/* L3 Links for pages under the Secondary Nav - with the green background */
div.L3Holder_SecondaryNav {
	background-color: #467f39;
}

div.L3Holder_SecondaryNav a {
	background-image: url(../images/L3Arrow_SecondaryNav.gif);
}

div.L3Holder_SecondaryNav a:hover {
	background-color: #366138;
	background-image: url(../images/L3Arrow_SecondaryNav_over.gif);
}

/* QUATERNARY NAVIGATION (Left side column, underneath the Tertiary Nav area) */
div.QuaternaryNavHolder {
	float: left;
	width: 212px;
	margin-top: 12px;
	padding-top: 2px;
	border-right: 1px solid #bdc0c3;
	background-image: url(../images/bg_Divider01.gif);
	background-position: 0 0;
	background-repeat: repeat-x;
}

div.QuaternaryNavHolder div {
	float: left;
	width: 169px;
	padding: 10px 10px 10px 33px;
	background-color: #e4e6e8;
	background-image: url(../images/bg_Divider01.gif);
	background-position: 0 32px;
	background-repeat: repeat-x;
}

div.QuaternaryNavHolder h4 {
	margin-bottom: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #204273;
}

div.QuaternaryNavHolder li {
	padding-left: 10px;
	margin-bottom: 5px;
	background-image: url(../images/L4Arrow.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}

div.QuaternaryNavHolder a {
	color: #092b5d;
	text-decoration: none;
}

div.QuaternaryNavHolder a:hover {
	text-decoration: underline;
}

div.QuaternaryNavHolder a.active, div.QuaternaryNavHolder a.active:hover {
	color: #092b5d;
	text-decoration: none;
	font-weight: bold;
	text-decoration: none;
}
