/*            
  ___ ___ ___ 
 / __/ __/ __|
| (__\__ \__ \
 \___|___/___/
              
===============================================================================================
Navigation CSS file for www.wcrf.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_orange.gif) top right no-repeat;
	line-height: normal;
	font-size: 0.9em;
	}
	
#nav ul li a.end {
	width: 154px;
	background: url(../images/nav/tab_orange.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.end:hover {
	width: 154px;
	background-position: 0 -40px;
	}
#nav ul li a.end#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;
	list-style-position: outside;
	}

#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:#c1abe2 url(../images/structure/arrow.gif) .5em .8em no-repeat;
	}

#subnav ul li a.subSelected {
	background: #e67a15 url(../images/structure/arrow.gif) .5em .8em no-repeat;
	}
	
/* SUBNAV NESTED LINKS */

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

#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 {
	background:#f2bc8a;
	text-decoration:underline;
	}
	
/*#subnav ul ul li a:before { content: "- "; }*/
	
/*-- SITE LINKS NOT PART OF GLOBAL NAV (FOOT OF LEFT COLUMN) --*/

#sitenav {
	padding: 0;
	margin: 10px 0 0 0;
	width: 190px;
	float: left;
	border-top: 1px solid #3c206b;
	}
	
#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;
	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.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;}


/*CSS SWITCHERS - PART OF THE LIST ITEMS ABOVE*/

a.css_default {
	font-size: 120%;
	}
	
a.css_bigfont {
	font-size: 120%;
	}
	
a.css_highviz {
	font-size: 120%;
	}
	
/*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;}