/*            
  ___ ___ ___ 
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
              
=================================================================================================
Navigation CSS file for www.wcrf-fr.org / Created by: Lorraine Humm lorraine@divine-creations.com
=================================================================================================
*/

/*-- GLOBAL SITE NAVIGATION --*/

#navwrap {
	float: left;
	width: 950px;
	background: #8d74b5;
	text-align: center;
	margin: 0;
	}

#nav {
	width: 950px;
	float: left;
	margin: 0;
	}	
	
#nav ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
	}

#nav li {
	list-style: none;
	float: left;
	margin: 0;
	}
	
#nav a {
	float: left;
	display: block;
	height: 30px; /*40*/
    width: 152px; /*158*/
	padding: 10px 3px 0px 3px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background: url(../images/nav/tab_blue.gif) top right no-repeat;
	line-height: normal;
	font-size: 0.9em;
	}
		
#nav ul li a.aqua {
	background: url(../images/nav/tab_aqua.gif) top right no-repeat;
	}
#nav ul li a.red {
	background: url(../images/nav/tab_red.gif) top right no-repeat;
	}
#nav ul li a.green {
	background: url(../images/nav/tab_green.gif) top right no-repeat;
	height: 37px; /*40*/
	padding: 3px 3px 0px 3px; /*padding altered for two lines of text*/
	}
#nav ul li a.yellow {
	background: url(../images/nav/tab_yellow.gif) top right no-repeat;
	
	}
#nav ul li a.orange {
	background: url(../images/nav/tab_orange.gif) top right no-repeat;
	height: 37px; /*40*/
	padding: 3px 3px 0px 3px; /*padding altered for two lines of text*/
	}
#nav ul li a.blue {
	width: 154px;
	background: url(../images/nav/tab_blue.gif) top left no-repeat;
	}
	
/* GENERIC HOVER CLASS FOR GLOBAL NAV */
	
#nav ul li a:hover {
	background-position: 100% -40px;
	}
#nav ul li a#selected {
	background-position: 100% -80px;
	}
	
/*-- SPECIAL END CLASSES --*/

#nav ul li a.blue:hover {
	width: 154px;
	background-position: 0 -40px;
	}
#nav ul li a.blue#selected {
	width: 154px;
	background-position: 0 -80px;
	}


	

/*-- SUB NAVIGATION --*/

#subnav {
	padding: 0;
	margin: 0 0 0 0;
	width: 190px;
	}
	
#subnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#subnav ul li {
	margin: 0 0 1px 0;
	padding: 0;
	}

#subnav ul li a {
	display: block;
	width: 177px; /*190*/
	background: #8d74b5 url(../images/structure/arrow.gif) .5em .8em no-repeat;
	padding: 6px 0 6px 13px;
	text-decoration: none;
	color: #fff;
	line-height: normal;
	font-size: 0.9em;
	}
	
#subnav ul li a:hover {
	background-color: #aa93ce;
	}
	
/*-- CUSTOM CLASSES FOR EACH SECTION SUBNAV COLOUR --*/
	
#subnav ul.subAqua {font-weight: bold;}
#subnav ul.subAqua li a.subSelected {
	background-color: #27c9fe;
	}
#subnav ul.subBlue li a.subSelected {
	background-color: #2985ea;
	}
#subnav ul.subGreen li a.subSelected {
	background-color: #1a7353;
	}
#subnav ul.subYellow li a.subSelected {
	background-color: #e2a411;
	}
#subnav ul.subOrange li a.subSelected {
	background-color: #e67a15;
	}
#subnav ul.subRed li a.subSelected {
	background-color: #d65460;
	}
	
/* SUBNAV NESTED LINKS */

#subnav ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

#subnav ul ul li {
	margin: 0;
	padding: 0;
	}

#subnav ul ul li a {
	display: block;
	width: 177px; /*190*/
	background: #f2bc8a;
	padding: 6px 0 6px 13px;
	text-decoration: none;
	color: #000;
	line-height: normal;
	font-size: 0.9em;
	border-top: 1px solid #fff;
	}
	
#subnav ul ul li a:hover {
	background:#f2bc8a;
	text-decoration:underline;
	}
	
#subnav ul ul li a.subSelected {
	text-decoration:underline;
	}

/*-- SUBNAV NESTED LINKS CUSTOM COLOURS --*/

#subnav ul.subAqua li ul li a,
#subnav ul.subAqua li ul li a.subSelected {
	background-color: #93e4fe;
	}
#subnav ul.subBlue li ul li a,
#subnav ul.subBlue li ul li a.subSelected {
	background-color: #94c2f4;
	}
#subnav ul.subGreen li ul li a,
#subnav ul.subGreen li ul li a.subSelected {
	background-color: #8cb9a9;
	}
#subnav ul.subYellow li ul li a,
#subnav ul.subYellow li ul li a.subSelected {
	background-color: #f0d188;
	}
#subnav ul.subOrange li ul li a,
#subnav ul.subOrange li ul li a.subSelected {
	background-color: #f2bc8a;
	}
#subnav ul.subRed li ul li a,
#subnav ul.subRed li ul li a.subSelected {
	background-color: #eaa9af;
	}


	
/*-- SITE LINKS NOT PART OF GLOBAL NAV (FOOT OF LEFT COLUMN) --*/

#sitenav {
	padding: 0;
	margin: 0;
	width: 190px;
	float: left;
	}
	
#sitenav ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style: none;
	}

#sitenav ul li {
	margin: 0;
	padding: 0;
	}

#sitenav ul li a {
	display: block;
	width: 177px; /*190*/
	background: #fff url(../images/structure/arrow_black.gif) .5em .8em no-repeat;
	padding: 6px 0 6px 13px;
	text-decoration: none;
	color: #000;
	border-bottom: 1px solid #3c206b;
	line-height: normal;
	font-size: 0.9em;
	}
	
#sitenav ul li a:hover {
	background:#e2e0e5 url(../images/structure/arrow_black.gif) .5em .8em no-repeat;
	}
	

/*-- SCALEABLE TABS AT TOP OF PAGE --*/

.slide {
	float: right;
	}
.slide ul {
	margin:0;
	padding:0;
	list-style:none;
	}
.slide li {
	display:inline;
	float:left;
	background: url(../images/sliding_tabs/slideLeft_purple.gif) bottom left no-repeat;
	padding:0 0 0 9px;
	margin: 0 5px 0 0;
	}
.slide li span {
	background: url(../images/sliding_tabs/slideRight_purple.gif) bottom right no-repeat;
	}
.slide a {
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	font-size: 0.9em;
	line-height: normal;
	}
.slide a span {
	float:left;
	display:block;
	padding:5px 10px 7px 1px;
	color:#fff;
	text-decoration:none;
	cursor: pointer;
	}
.slide a span:hover {
	text-decoration: underline;
	color: #fff;
	}
	
/*SCALABLE TAB BACKGROUND DEFINITIONS*/

.slide li.aquaLeft  {background:url(../images/sliding_tabs/slideLeft_aqua.gif) bottom left no-repeat; }
.slide li span.aquaRight  {background:url(../images/sliding_tabs/slideRight_aqua.gif) bottom right no-repeat;}

.slide li.blueLeft  {background:url(../images/sliding_tabs/slideLeft_blue.gif) bottom left no-repeat; }
.slide li span.blueRight  {background:url(../images/sliding_tabs/slideRight_blue.gif) bottom right no-repeat;}

.slide li.yellowLeft  {background:url(../images/sliding_tabs/slideLeft_yellow.gif) bottom left no-repeat; }
.slide li span.yellowRight  {background:url(../images/sliding_tabs/slideRight_yellow.gif) bottom right no-repeat;}

.slide li.greenLeft  {background:url(../images/sliding_tabs/slideLeft_green.gif) bottom left no-repeat; }
.slide li span.greenRight  {background:url(../images/sliding_tabs/slideRight_green.gif) bottom right no-repeat;}

.slide li.orangeLeft  {background:url(../images/sliding_tabs/slideLeft_orange.gif) bottom left no-repeat; }
.slide li span.orangeRight  {background:url(../images/sliding_tabs/slideRight_orange.gif) bottom right no-repeat;}

.slide li.redLeft  {background:url(../images/sliding_tabs/slideLeft_red.gif) bottom left no-repeat; }
.slide li span.redRight  {background:url(../images/sliding_tabs/slideRight_red.gif) bottom right no-repeat;}

	
/*LINKED LIST ITEMS FROM MAIN CONTENT AREA*/

.pageLinks {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.pageLinks li {
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #CCCCCC;
	}
.pageLinks li a {
	text-decoration: none;
	color: #000;
	}
.pageLinks li a:before { content: "> "; }
.pageLinks a:hover, a.pageLinksSelected {color: #e67a15!important;}