/*
***********************************************************
Title:     Navcontainer
Author:    Jacco van der Post - Netcreators.com
Date:	   august 2007
***********************************************************
*/

/* ********************** */
/*        NAV-TOP         */
/* ********************** */

#nav-top {
	font-size:0.8em;
	font-weight:bold;
	width:979px;
	height:24px;
	margin-left:30px;
	margin-top:10px;
	}
	
#nav-top {  /* in iE6.css wordt alternatief geladen */
	background:url(/fileadmin/templates/img/Kids_voor_Edukans/menu-background.png) no-repeat left top;
	}
	
#nav-top[id] {
	position:absolute;  /* ivm anders verspringen van de background in Firefox */
	z-index:1;
	}
	
#nav-top ul {
	margin:0;
	margin-left:465px;
	position:absolute; 
	z-index:10; /* nodig voor iE6, anders doet het menu het daar niet */
	}

#nav-top ul li {
	float:left;
	cursor: pointer;
	margin-left: 0px;
	margin-top:4px;
	padding-left:15px;
	list-style:none;
	display:inline;
	}

#nav-top ul li a {
	color: #119FCF;
	text-decoration: none;
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/menu-bullet.gif) no-repeat left center;
	padding-left:15px;
	
	}

#nav-top ul li a:hover {
	color:#FF5F00;
	}


/* ********************** */
/*        NAV-RIGHT       */
/* ********************** */

/* note : de png24's worden in iE6.css vervangen door gifjes */

/*
#nav-right {
	width:142px;
	height:304px;
	top:80px;
	left:830px;
	left:794px;
	position:absolute;
	z-index:2;
}
*/

#nav-right {
	height:304px;
	width:142px;
	top:85px;
	left:810px;
	position:absolute;
	z-index: 100;
	}


#nav-right {
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/n-back.png) no-repeat left center;
	}

#nav-right ul li {
	list-style:none;
	}

#nav-right ul li a span {
	display:none;
	}
	
#nav-right ul li a#t-11, #nav-right ul li a#t-914{
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/n-button-home.png) no-repeat left center;
	width:143px;
	height:31px;
	position:absolute;
	top:6px;
	left:20px;
	z-index:3;
	}
#nav-right ul li a#t-11:hover, #nav-right ul li a#t-914:hover {
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/n-button-home-over.png) no-repeat left center;
	z-index:4;
	}
#nav-right ul li a#t-220, #nav-right ul li a#t-915 {
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/n-button-operatieschoenendoos.png) 	no-repeat left center;
	width:158px;
	height:43px;
	position:absolute;
	top:37px;
	left:16px;
	z-index:3;
	}
#nav-right ul li a#t-220:hover, #nav-right ul li a#t-915:hover {
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/n-button-operatieschoenendoos-over.png) no-repeat left center;
	z-index:4;
	}
#nav-right ul li a#t-209, #nav-right ul li a#t-897 {
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/n-button-wereldvan.png) no-repeat left center;
	width:152px;
	height:30px;
	position:absolute;
	top:70px;
	left:18px;
	z-index:3;
	}
#nav-right ul li a#t-209:hover, #nav-right ul li a#t-879:hover {
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/n-button-wereldvan-over.png) no-repeat left center;
	z-index:4;
	}
#nav-right ul li a#t-208, #nav-right ul li a#t-919 {
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/n-button-scholen.png) no-repeat left center;
	width:156px;
	height:33px;
	position:absolute;
	top:99px;
	left:15px;
	z-index:3;
	}
#nav-right ul li a#t-208:hover, #nav-right ul li a#t-919:hover {
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/n-button-scholen-over.png) no-repeat left center;
	z-index:4;
	}
#nav-right ul li a#t-207, #nav-right ul li a#t-918 {
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/n-button-wereldsupporters.png) no-repeat left center;
	width:155px;
	height:42px;
	position:absolute;
	top:127px;
	left:19px;
	z-index:3;
	}
#nav-right ul li a#t-207:hover, #nav-right ul li a#t-918:hover {
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/n-button-wereldsupporters-over.png) no-repeat left center;
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/n-button-wereldsupporters.png) no-repeat right center;
	z-index:4;
	}
#nav-right ul li a#t-205, #nav-right ul li a#t-917 {
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/n-button-jouwacties.png) no-repeat left center;
	width:141px;
	height:31px;
	position:absolute;
	top:165px;
	left:21px;
	z-index:3;
	}
#nav-right ul li a#t-205:hover, #nav-right ul li a#t-917:hover {
	background: url(/fileadmin/templates/img/Kids_voor_Edukans/n-button-jouwacties-over.png) no-repeat left center;
	z-index:4;
	}
	
