#nav {
	position: relative;
	z-index: 210;
	}

#nav ul.navCtn {
	float: left;
	width: 100%;
	margin: 0; padding: 0;
	border-top: 2px solid #018fd1;
	background: #008FD1 url(/dataoecd/img/newSite/assets/B_mainNavigation/mainnavbg.png) repeat-x;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2973bd), to(#018fd0));
	background: -moz-linear-gradient(center bottom, #018fd0 1%, #2973bd 100% );
	list-style-type: none;
	}
#nav li.navItem {
	float: left;
	padding: 0 2px 0 0;
	background: url(/dataoecd/img/newSite/assets/B_mainNavigation/splitter.png) right center no-repeat;
	}

#nav li.navItem a.navAct {
	display: block;
	position: relative;
	min-width: 156px;
	outline: none;
	text-decoration: none;
	font-size: 1.5em;
	color: #fff;
	text-align: center;
	}

#nav li.navItem a.navAct span {
	display: block;
	padding: 7px 5px;
	}

#nav li.bLast {
	padding: 0;
	background: none;
	}
#nav li.bLast a.navAct {
	width: 160px;
	}

#nav li.navItem a.navAct:hover, #nav li.activePage a.navAct, #nav li.current a.navAct {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	}
#nav li.bFirst a.navAct, #nav li.bFirst a.navAct:hover {
	-webkit-border-radius: 0 3px 0 0;
	-moz-border-radius: 0 3px 0 0;
	border-radius: 0 3px 0 0;
	}
#nav li.bLast a.navAct, #nav li.bLast a.navAct:hover {
	-webkit-border-radius: 3px 0 0 0;
	-moz-border-radius: 3px 0 0 0;
	border-radius: 3px 0 0 0;
	}
#nav li.navItem a.navAct:hover {
	background-color: #c5d7ed;
	color: #2973bd;
	}
#nav li.activePage a.navAct {
	background-color: #fefefe!important;
	color: #2973bd!important;
	}
#nav li.current a.navAct {
	background-color: #ffffff!important;
	color: #2973bd!important;
	}
#nav li a.hasPanel {
	z-index: 300;
	}

/* #####################
first panels test
*/

#nav .mainPane {
	position: absolute;
	z-index: 315;
	top: 98%;
	left : 0;
	width: 950px;
	background: #fff;

	-moz-box-shadow:0px 3px 3px #aaa;
	-webkit-box-shadow:0px 3px 3px #aaa;
	box-shadow: 0 3px 3px #aaa;
	}
#nav li.navItem .mainPane {
	visibility: hidden;
	}
#nav li.navItem a.hasPanel:hover {
	background: #c5d7ed url(/dataoecd/img/newSite/assets/B_mainNavigation/closedarrow.gif) center right no-repeat;
	}
#nav li.activePage a.hasPanel {
	background: #ffffff url(/dataoecd/img/newSite/assets/B_mainNavigation/closedarrowlight.gif) center right no-repeat;
}
#nav li.activePage a.hasPanel:hover {
	background: #ffffff url(/dataoecd/img/newSite/assets/B_mainNavigation/closedarrow.gif) center right no-repeat;
}
#nav li.navItem.active a.hasPanel, #nav li.navItem.active a.hasPanel:hover {
	background: #ffffff url(/dataoecd/img/newSite/assets/B_mainNavigation/openedarrow.gif) center right no-repeat;
	color: #2973bd!important;

	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	z-index: 320;
	}
#nav li.active {
	z-index: 310;
}
#nav li.active .mainPane {
	visibility: visible;
	}

.mainPane ul {
	margin: 0; padding: 0;
	list-style-type: none;
	}

.mainPane .tabs {
	border-top: none;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f9f9f9;
	padding: 0;
	float: left;
	}
.mainPane .tabs li {
	float: left;
	width: 157px;
	}
.mainPane .tabs a {
	display: block;
	outline: none;
	margin: 10px 35px;
	padding: 3px 0;
	text-decoration: none;
	font-size: 1.15em;
	text-align: center;
	}
.mainPane .tabs a:hover {
	background: #eeefff;
	color: #2973bd;
	}
.mainPane .tabs a.current {
	background: #666!important;
	color: #fff!important;
	}

.mainPane .pane {
	clear: left;
	padding: 10px 10px 15px 40px; margin: 0;
	font-size: .9em;
	border-top: 1px solid #f3f3f3;
	}
.mainPane .pane a {
	display: block;
	outline: none;
	 background: url(/dataoecd/img/newSite/assets/C_content/topics_Countries/sidenavfl1off.gif) 20px 8px no-repeat;
	padding: 5px 0 5px 30px;
	text-align: left;
	line-height: 1.2em;
	text-decoration: none;
	color: #666;
	}
.mainPane .pane  a:hover {
	/* background: #eeefff; */
	background-image: url(/dataoecd/img/newSite/assets/C_content/topics_Countries/sidenavfl1.gif);
	color: #2973bd;
	}
.mainPane .pane a em {
	font-size: .9em;
	color: #aaa;
	}

/* noscript additional styles
*/

.scriptless #mainPanels {
	clear:both;
	position: relative;
	z-index: 310;
	}
.scriptless #mainPanels h2 {
	clear: both;
	}
.scriptless #mainPanels .tabs {
	display: none;
	}
.scriptless #mainPanels ul {
	float: left;
	}
.scriptless #mainPanels li {
	float: left;
	width: 20%;
	}

/* --------------------------------------------------------------

B - left Nav

-------------------------------------------------------------- */
#pageContent {
	padding-top: 7px;
	}

.block.transp {
	position: relative;
	background-color: #f9f9f9;
	padding: .3em 0 .3em 2.6em!important;
	margin: 1em 0 0 0;
	border-width: 1px; border-style: solid;
	border-color: #ddd #f0f0f0 #fbfbfb #f0f0f0;
	}
ul.sideNav {
	margin: 0; padding: 0;
	list-style-type: none;
	cursor: default;
	}
ul.sideNav li {
	margin: 5px 0; padding: 0;
	border-top: 1px solid #a4b2bf;
	}
ul.sideNav li.first {
	border-top: none;
	}
ul.sideNav a {
	display: block;
	color: #2973bd;
	padding:5px 0 0 10px;
	background: url(/dataoecd/img/newSite/assets/C_content/topics_Countries/sidenavfl1.gif) 0 8px no-repeat;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
	}
ul.sideNav a:hover {
	color: #2973bd;
	}

