div#navigatie { height:80px; position:relative;  }
div#navigatie a { display:block; float:left }
div#nav_klant { float:left; border-right:1px solid white }
a#klant { text-align:center; width:88px }
div#nav_container { float:left; height:80px; position:relative; overflow:hidden }
div#menu { height:80px; position:absolute;  }
div#menu img { margin:0 25px }

div#hoekje { position:absolute; left:0; top:51px; width:29px; height:29px; background-image:url(../layout/hoekje.gif); background-repeat:no-repeat }

a.arrownav { padding:0 20px; width:22px; height:80px; background-position:20px 0; background-repeat:no-repeat }
a.arrow_left,
a.arrow_left_klant  { background-image:url(../layout/arrow_left.gif); }
a.arrow_right,
a.arrow_right_klant { background-image:url(../layout/arrow_right.gif); }

.expandable {
    margin: 0;
    padding: 0;
	float: left;
	width: 109px;
	height: 74px;
	text-align: center;
	line-height: 20px;  
}
.expandable a .full{
  display: none;
}
.expandable a:hover{
  position: relative;
}
.expandable a:hover .full{
  position:absolute;
  top:-185px;
  display: block;
  z-index: 1;
}
.expandable a:hover .thumb {
  visibility: hidden;

