/*
***********************************************************
Title: Navcontainer
Author & copyright: Jacco van der Post - TYPO3-webdesign.nl
Date: januari 2009
***********************************************************
*/


#nav-top {
	top:94px;
	left:609px;
	position:absolute;
	width:370px;
	height:26px;
	display:block;
	/* border:1px solid red; */
	}

#nav-top li, #nav-top ul {
	margin:0;
	padding:0;
	}

#nav-top li, #nav-top li a {
	float:left;
  }

#nav-top li a {
  height:26px;
  margin-right:4px;
  }

#nav-top ul li {list-style:none;}

/* home button */
#nav-top li a#t-8 {
	background:url(../img/home-button.gif) no-repeat left top;
	width:49px;
	}
#nav-top li.active a#t-8 {
	background-position:bottom;
	}
#nav-top li a#t-8:hover {
	background-position:center;
	}
	
/* Wat zijn ecodaken button */
#nav-top li a#t-7 {
	background:url(../img/wat-zijn-ecodaken-button.gif) no-repeat left top;
	width:58px;
	}
#nav-top li.active a#t-7 {
	background-position:bottom;
	}
#nav-top li a#t-7:hover {
	background-position:center;
	}
	
/* Aanleg ecodaken button */
#nav-top li a#t-6 {
	background:url(../img/aanleg-ecodaken-button.gif) no-repeat left top;
	width:61px;
	}
#nav-top li.active a#t-6 {
	background-position:bottom;
	}
#nav-top li a#t-6:hover {
	background-position:center;
	}
	
/* voordelen-ecodaken-button button */
#nav-top li a#t-5 {
	background:url(../img/voordelen-ecodaken-button.gif) no-repeat left top;
	width:58px;
	}
#nav-top li.active a#t-5 {
	background-position:bottom;
	}
#nav-top li a#t-5:hover {
	background-position:center;
	}
	
/* actueel button */
#nav-top li a#t-4 {
	background:url(../img/actueel-button.gif) no-repeat left top;
	width:47px;
	}
#nav-top li.active a#t-4 {
	background-position:bottom;
	}
#nav-top li a#t-4:hover {
	background-position:center;
	}
	
/* contact button */
#nav-top li a#t-3 {
	background:url(../img/contact-button.gif) no-repeat left top;
	width:48px;
	}
#nav-top li.active a#t-3 {
	background-position:bottom;
	}
#nav-top li a#t-3:hover {
	background-position:center;
	}