/*
***********************************************************
Title: Navcontainer
Author & copyright: Jacco van der Post - TYPO3-webdesign.nl
Date: september 2009
***********************************************************
*/

#navtop {
	left: 660px; /* op homepage, op vervolg 700px */
	top:0;
	position:absolute;
	color:#515e80;
  }
 
#navtop ul { 
	padding:0;
  }
  
#navtop li {
	display:inline;
	font-size:1.1em;
	list-style:none;
  }

#navtop li a {
	text-decoration:none;
  }

#navtop li a:hover {
	text-decoration:underline;
	color:#ff0c00;
  }

#navtop li a.current {
	color:#ff0c00;
}
  
#navleft li  {
	list-style:none;
	}
  
#navleft li a span {
	display:none;
	}

#navleft li a#t-9 {
	background: url(http://www.mariekehunze.nl/fileadmin/user_upload/buttons_enzo/projecten_kinderen_button-act.gif) no-repeat;
	width:200px;
	height:55px;
	top: 0px;
	left:0px;
	display:block;
	position : absolute;
	}
#navleft li a#t-8 {
	background: url(http://www.mariekehunze.nl/fileadmin/user_upload/buttons_enzo/projecten_gebruikers_button_act.gif) no-repeat;
	width:200px;
	height:55px;
	top: 118px;
	left:0px;
	display:block;
	position : absolute;
	}
#navleft li a#t-7 {
	background: url(http://www.mariekehunze.nl/fileadmin/user_upload/buttons_enzo/schilderijen_button_act.gif) no-repeat;
	width:200px;
	height:55px;
	top:236px;
	left:0px;
	display:block;
	position : absolute;
	}
  
#navleft li a#t-9:hover, #navleft li a#t-8:hover, #navleft li a#t-7:hover, #navleft li a#t-9.current, #navleft li a#t-9.active, #navleft li a#t-8.current, #navleft li a#t-8.active, #navleft li a#t-7.current, #navleft li a#t-7.active {
	height:96px;
	}
	
 
