div.boxcontent {
	background: transparent url("../images/box_content.gif") repeat-y scroll 0 bottom;
	width: 222px;
	padding: 0 5px 10px 5px;
	color:#fff;
}

/* -- vacatures ------------------------------------------------------------------- */

div.boxcontent ul.nav {
	margin: 0;
	padding: 0 0 0 0;
	list-style: none;
	overflow: hidden;
	width: 100%;
}

div.boxcontent ul.nav a {

	font: normal 1.10em Trebuchet MS, Arial, Verdana, Tahoma;	
	color:#fff;	
	background: transparent url("../images/icon_arrow_false.gif") no-repeat scroll 4px 8px;	
	display: block;
	margin: 0;
	padding: 0 5px 0 20px;
	text-decoration: none;
	line-height:26px;
	max-height: 36px;
	min-height: 26px;
}

div.boxcontent ul.nav a:hover
{
	color: #80b4c9;
}

div.boxcontent ul.nav a.true {
	font-weight: bolder;
	background: #3386a8 url("../images/icon_arrow_true.gif") no-repeat scroll 4px 8px;	
}
div.boxcontent ul.nav a.bold {
    font-weight: bold;
}

div.boxcontent ul.subnav {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
}

div.boxcontent ul.subnav a {
clear:both;
	padding: 3px 0 3px 30px;
	margin: 0;
	font: normal 0.90em Trebuchet MS, Arial, Verdana, Tahoma;	
	background-color: #3386a8;
	color: #fff;
	list-style: none;	
	background-image: none;	
	
	
	text-decoration: none;
	line-height:normal;

	
	
	min-height:20px;
  height:auto !important;
  height:20px;

}

div.boxcontent ul.subnav a.true {
	font-weight: bold;
}

div.popup {
display:block;
	overflow:scroll;
}