.tab {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index:500;
	display:none;
	font-family: "Arial","Verdana","Helvetica",sans-serif;
}

.tab-content {
	margin: 0;
	padding: 0;
	height: 100%;
	float:left;
	width:170px;
}

.tab-content ul {
	margin: 0;
	padding: 0;
}

.tab-content li {
	margin: 0;
	padding: 0 5px 0 5px;
	list-style-type:none;
	font-family: "Arial","Verdana","Helvetica",sans-serif;
}

.tab-content li a {
	color: #82b4d2;
	font-size: 11px;
	text-decoration: none;
	font-family:"Arial","Verdana","Helvetica",sans-serif;
	font-weight: bold;
}

.tab-content li a:hover {
	color: #f04e23;
}

.tab-content a:hover,
.tab-content a.open,
.tab-content a.active {
	color: #f04e23; /* FH rood */
}

.tab-content li.titel {
	margin: 0 0 5px 0;
	padding: 5px 15px 5px 15px;
	background-color: #fefdfb;
	border-bottom: 1px solid #e2ded9;
	font-weight: bold;
}

.tab-content li.active {
	background-color: #fff;
}

.tab-content span.sub-title-small {
	margin: 0;
	padding: 0;
	font-size:10px;
	line-height:normal;
	display:block;
}

.backgroundleft {
	float:left;
	background: url('../img/drop-down-menu-left-shadow-2.png');
	margin: 0 0 0 -8px;
	width: 8px;
}

.backgroundrightTD {
	background: url('../img/drop-down-menu-right-shadow-2.png');
	width: 6px;
}
.backgroundbottomTD {
	height: 6px;
	background: url('../img/drop-down-menu-bottom-shadow3.png') no-repeat left top;
}

.closebutton {
	position: absolute;
	margin: 0;
	padding: 0;
	z-index:750;
	right:10px;
	top:10px;
	width:7px;
	height:8px;
	background: url('../img/closebutton.png');
}