 
/*- Menu Tabs--------------------------- */ 


    #tabs {
      width:100%;
      font-size:93%;
      line-height:normal;
	  position:inherit;
	  overflow:visible;
	  margin-top: 1px;
	  z-index: 9;
      }
    #tabs ul {
	margin:0;
	padding: 1px 10px 0 5px;
	list-style:none;
      }
    #tabs li {
      display:block;
      margin:0;
      padding:0;
      }
	 
	 #tabs li .meer {
      display:block;
      margin:0;
      padding:0;
      }
    #tabs a {
      float:left;
      margin:0;
	  background:url("/images/logo1.png") no-repeat left top;
      padding:0 0 0 1px;
      text-decoration:none;
	  width: 42px;
	  height: 23px;
      }
	  
	#tabs .waar a {
	 	background-position:0% -23px;
	 	}
	  
	#tabs .meer a {
	  background:url("/images/bgmeer.png") no-repeat left top;
	  width: 84px;
	  height: 23px;
	  margin-left: 10px;
	  overflow: hidden;
      }
	  
	#tabs a img {
		margin-top: 2px;
	}
	#tabs .meer a img {
		margin-top: 2px;
	}
    
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
	#tabs .meer a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FF9834;
      }
	#tabs .meer a:hover span {
      color:#FF9834;
      }
    #tabs a:hover {
      background-position:0% -23px;
      }
	  
	#tabs .meer a:hover {
      background-position:0% -23px;
      }
    #tabs a:hover span {
      background-position:100% -23px;
      }
	#tabs .meer a:hover span {
      background-position:100% -23px;
      }
	  
	#tabs div{	
		position: absolute;
		visibility: hidden;
		margin: 0;
		padding: 0;
		background:#FFFFFF;
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
		margin-top: 23px;
		font-size: 14px;
		font-weight: bold;
		overflow: outside;
		z-index: 10;
	}
	
	#tabs #m1{margin-left: 0px;}
	#tabs #m2{margin-left: 42px;}
	#tabs #m3{margin-left: 85px;}
	#tabs #m4{margin-left: 128px;}
	#tabs #m5{margin-left: 171px;}
	#tabs #m6{margin-left: 214px;}
	#tabs #m7{margin-left: 257px;}
	#tabs #m8{margin-left: 300px;}
	#tabs #m9{margin-left: 343px;}
	#tabs #m10{margin-left: 386px;}
	#tabs #m11{margin-left: 429px;}
	#tabs #m12{margin-left: 472px;}
	#tabs #m13{margin-left: 515px;}
	#tabs #m14{margin-left: 558px;}
	#tabs #m15{margin-left: 601px;}
	#tabs #m16{margin-left: 644px;}
	#tabs #m17{margin-left: 698px;}

	
	#tabs div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 1px 2px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFFFFF;
		color: #000000;
		font-size: 14px;
		font-weight: bold;
	}
	
	#tabs .meer div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 1px 2px;
		width: auto;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		background: #FFFFFF;
		color: #000000;
		font-size: 14px;
		font-weight: bold;
	}

	
	#tabs div a:hover
	{	background: #FFFFFF;
		color: #000000;
	}


