/*
***********************************************************
Title:     Navcontainer
Author:    Jacco van der Post - Netcreators.com
Date:	   august 2007
***********************************************************
*/

/* ********************** */
/* NAV-TOP, de tabbuttons */
/* ********************** */

#nav-top {
	top:161px;
	left:181px;
	position:absolute;
	}

#nav-top li a {
	position:absolute;
	width:188px;
	height:29px;
	top:0; /* nodig voor iE */
	display:block;}
	
#nav-top li a span {display:none;}

#nav-top ul li {list-style:none;}



/* HOME BUTTON */


#nav-top li a#t-6 {
	background:url(/fileadmin/templates/img/NZV/tab-button-home.gif) no-repeat left center;
	left:32px;
	z-index:4;
	}

#nav-top li a#t-6.current {
	background:url(/fileadmin/templates/img/NZV/tab-button-home.gif) no-repeat left bottom;
	z-index:5;
	}

#nav-top li a#t-6:hover {
	background:url(/fileadmin/templates/img/NZV/tab-button-home.gif) no-repeat left top;
	z-index:6;
	}
	
	

/* School BUTTON */


#nav-top li a#t-372 {
	background:url(/fileadmin/templates/img/NZV/tab-button-school.gif) no-repeat left center;
	left:211px;
	z-index:3;
	}

#nav-top li a#t-372.current, #nav-top li a#t-372.active {
	background:url(/fileadmin/templates/img/NZV/tab-button-school.gif) no-repeat left bottom;
	z-index:5;
	}
	
#nav-top li a#t-372:hover {
	background:url(/fileadmin/templates/img/NZV/tab-button-school.gif) no-repeat left top;
	z-index:6;
	}
	


/*    kerk BUTTON      */

	
#nav-top li a#t-361 {
	background:url(/fileadmin/templates/img/NZV/tab-button-kerk.gif) no-repeat left center;
	left:390px;
	z-index:2;
	}

#nav-top li a#t-361.current, #nav-top li a#t-361.active {
	background:url(/fileadmin/templates/img/NZV/tab-button-kerk.gif) no-repeat left bottom;
	z-index:5;
	}
	
#nav-top li a#t-361:hover {
	background:url(/fileadmin/templates/img/NZV/tab-button-kerk.gif) no-repeat left top;
	z-index:6;
	}



/* ************************** */
/*  SNEL NAAR MENU (de ster)  */
/* ************************** */


#ga-snel-naar-content {
	color:white;
	font-weight:bold;
	font-size:1.03em;
	margin-top:66px;
	margin-left:17px;
	width:150px;
	float:left;
	display:inline;
	}


#ga-snel-naar-content ul {margin-top:0;}

#ga-snel-naar-content ul li {list-style: disc;}

#ga-snel-naar-content a {
	color:white;
	text-decoration:none;
	}

#ga-snel-naar-content a:hover {
	color:#d9e8ae;
	}

/* ********************** */
/*       NAV-LEFT         */
/* ********************** */


#nav-left ul {
	margin:0;
	padding:0;
	}

#nav-left ul li {list-style:none;}


#nav-left {
	padding-top:20px;
	padding-right:10px;
	text-align:right;
	background:white;
	width:190px;
	line-height:1.3em;
	}

#nav-left a {
	color:#9f1a08;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	}
	
#nav-left a:hover {
	color:#3970ad;
	/* text-decoration:underline; */
	}

#nav-left a.current {
	color:#2F3E6C;
	}

#nav-left li.last {
	padding-bottom:22px;}


/* ********************** */
/*   NAV-ALGEMENE-OPTIES  */
/* ********************** */



#nav-algemene-opties ul {
	margin:0;
	padding:0;
	}

#nav-algemene-opties ul li {list-style:none;}

#nav-algemene-opties {
	padding-bottom:20px;
	padding-right:10px;
	text-align:right;
	background:white;
	width:190px;
	line-height:1.3em;
	}

#nav-algemene-opties a {
	color:#3970ad;
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	}
	
#nav-algemene-opties a:hover  {
	color:#9f1a08;
	/* text-decoration:underline; */
	}
	
#nav-algemene-opties a.current {
	color:#2F3E6C;
	}
