@charset "utf-8";
/* CSS Document */

#nav  {
	display: block;
	width: 746px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	border-top-style: none;
	border-bottom-style: none;
	height: 30px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	position: relative;
	z-index: 999;
}

#nav ul,
div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li,
div.menu li li,
div.menu li {
	float: left;
	position: relative;
}
#nav ul ul ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -2px;
	float: left;
	width: 100%;
	z-index: 99999;
	background-color: #0f87c0 !important;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
}
#nav ul ul ul ul {
	left: 153px;
	top: -1px;
}
#nav ul ul ul ul a{
	cursor: pointer!important
}
#nav a {
	color: #FFF;
	display: block;
	line-height: 16px;
	padding: 0 0px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
#nav ul li:hover > ul {
	display: block;
}
#nav li:hover > a,
#nav ul ul :hover > a {
	color: #FFF;
	background-color: #999999;
}
#right-nav li:hover > a,
#right-nav ul ul :hover > a {
	color: #FFF;
	background-color: #999999;
}
#right-nav .current-menu-item, #right-nav .current_page_parent, #right-nav .current-page-ancestor, #right-nav .current-menu-item a, 
#subnav .current-menu-item, #subnav .current_page_parent, #subnav .current-page-ancestor, #subnav .current-menu-item a 
.menu-topmenu-container .current-menu-item, .menu-topmenu-container .current_page_parent, .menu-topmenu-container .current-page-ancestor, .menu-topmenu-container .current-menu-item a {
	
	background-image: none !important;
	font-weight: bold !important;
	cursor: default;
}

#right-nav .current-post-parent a, #right-nav .current-menu-item a, #menu-topmenu .current-menu-item, #menu-topmenu .current-page-parent, #menu-topmenu .current-page-ancestor,
#subnav .current-menu-item, #left-content .current-post-ancestor {
	background-color: #bababa !important;
	display: block;
	background-image: none !important;
}
#footer .current-post-ancestor {
	font-weight: bold !important;
}
#menu-topmenu .current-menu-item a, #menu-topmenu .current-page-parent a,#subnav .current-menu-item a, #menu-topmenu .current-page-ancestor a{
	font-weight: bold;
}
#menu-topmenu .current-page-ancestor ul a {
	font-weight: normal !important;
}
#menu-topmenu .current-page-ancestor ul .current_page_item {font-weight: bold !important;}
.current-menu-item a:hover, #right-nav .current-menu-item a:hover {
	background-color: #bababa !important;
}
#nav ul ul a {
	height: auto;
	clear: both;
	padding-bottom: 8px;
	padding-top: 6px;
	margin-bottom: 0px;
}
.parent{
	background-color: #0f87c0;
	color: #FFF;
	text-align: center;
}
.home, .eu, .unfccc,.partner, .activ, .faq {
	margin-right: 2px;
}
.home {
	width: 67px;
}
.eu {
	width: 127px;
}
.unfccc {
	width: 107px;
}
.activ {
	width: 153px;
}
.partner {
	width: 137px;
}
.faq{
	width: 61px;
}
.contact{
	width: 82px;
}
.child {
	padding-left: 0px !important;
	font-size: 12px !important;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}



#subnav  {
	display: block;
	width: 197px;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	border-top-style: none;
	border-bottom-style: none;
	/*height: 30px;*/
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	position: relative;
}

#subnav ul,
div.menu ul, #right-nav ul, #footerleft ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footerleft li {
	float: left;
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
}
#footerleft ul {
	margin-bottom: 0px;
	padding: 0px;
	margin-top: 0px;
}
#footerleft li a{
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	text-decoration: none;
}
#menu-footer-one {
	background-color: #F00 !important;
}

#footerleft .current-menu-item, #footerleft .current-page-ancestor {
	font-weight: bold;
	background-color:transparent !important;
	color: #bababa !important;
	text-decoration: none !important;
}
#footerleft a:hover {
	text-decoration: underline;
}
#footerleft .current-menu-item a:hover, #footerleft .current-page-ancestor a:hover {
	text-decoration: none;
	cursor: default;
}
.vl {
	margin-right: 5px;
	margin-left: 5px;
}
#subnav li,
div.menu li li,
div.menu li {
	float: left;
	position: relative;
	z-index:99999
}
#subnav ul ul ul {
	display: none;
	position: absolute;
	top: 30px;
	left: -2px;
	float: left;
	width: 152px;
	z-index: 99999;
	background-color: #0f87c0 !important;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	padding-right: 0px;
	padding-left: 0px;
}
#subnav a, #right-nav a {
	color: #FFF;
	display: block;
	line-height: 16px;
	padding: 0 0px;
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
}
#subnav ul li:hover > ul {
	display: block;
}
#subnav li:hover > a,
#subnav ul ul :hover > a {
	color: #FFF;
	background-color: #999999;
}
#subnav ul li a, #right-nav ul li a{
	height: auto;
	clear: both;
	padding-bottom: 8px !important;
	padding-top: 6px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 10px;
	padding-right: 10px;
}

#right-nav ul li a{
	width: 184px;
}
#subnav ul li a {
	width: 177px;
}
#right-nav ul li {margin-bottom: 10px !important;}
#right-nav ul li a:hover {
	background-image: none !important;
	background-color: #999999;
}
.subparent {
	background-color: #0f87c0;
	color: #FFF;
	text-align: left;
}
.news, .events, .discussion, .help, .expert  {
	color: #FFF !important;
	text-align: left !important;
}

.news a{
	background-color: #87ce53;
	background-image: url(images/nbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.events a{
	background-color: #f394b0;
	background-image: url(images/ebg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.discussion a{
	background-color: #f6c09c;
	background-image: url(images/dbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.help a{
	background-color: #0f87c0;
	background-image: url(images/hdbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.expert a {
	background-color: #bfd9e7;
	background-image: url(images/exbg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#right-nav-holder{
	padding-top: 15px !important;
	clear: both;
}
#right-nav li {
	margin-top: 0px;
	margin-bottom: 0px;
}
#menu-right-menu li a:hover {
	background-color: #999999 !important;
	background-image: none;
}
#main #left #nav #sidebar ul .menu-topmenu-container #menu-topmenu #menu-item-166 .sub-menu .child {
	font-weight: bold !important;
	background-color: #0f87c0;
}
.child a,.menu-item a .menu-item-type-post_type a .menu-item-object-page a {	
}
.sub-menu {box-shadow: 5px 5px 5px #666;
  -moz-box-shadow: 5px 5px 5px #666;
  -webkit-box-shadow: 5px 5px 5px #666;}
  
.rl current_page_item, .sub-menu .current-page-ancestor a{
	cursor: default !important;
}
 .current-page-ancestor .pilots a:hover {
	background-color: #bababa !important;
}
#homethreeholder a {
	display: inline-block;
	height: 24px;
	width: 244px;
	background-color: #0f87c0;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	padding-top: 6px;
	text-align: center;
}
.homethreepad {
	margin-right: 7px;
}