#subnavigatie {
	position: absolute;
	top: 60px;
	right: 0px;
	width: 700px;
	height: 40px;
	z-index: 10;
}

#subnavigatie.organisatie {
	right: 355px;
}

#subnavigatie.werk {
	right: 262px;
}

#subnavigatie.werk-detail {
	right: 274px;
}

#subnavigatie.vacatures {
	right: 176px;
}

#subnavigatie.contact {
	right: 60px;
}

#subnavigatie.organisatie img.pijl {
	right: 13px;
}

#subnavigatie.werk img.pijl {
	right: 22px;
}

#subnavigatie.werk-detail img.pijl {
	right: 10px;
}

#subnavigatie.vacatures img.pijl {
	right: 28px;
}

#subnavigatie.contact img.pijl {
	right: 55px;
}






#subnavigatie img.pijl {
	position: absolute;
	top: 0;
	z-index: 4;
	width: 10px;
	height: 5px;
}

#subnavigatie ul {
	position: absolute;
	top: 15px;
	right: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 3;
	xborder-left: 1px solid #CCC;
}

#subnavigatie ul li {
	float: left;
	display: inline-block;
	xborder-right: 1px solid #CCC;
	xborder-bottom: 1px solid #CCC;
	clear: none;
}


#subnavigatie ul li a {
	color: #999999;
	text-decoration: none;
	padding: 0 0 0 40px;
	display: inline-block;
	text-align: center;
	line-height: 24px;	
	font-size: 9px;
	text-transform:uppercase;
}

#subnavigatie ul li a:hover {
	color: #666666;
}

#subnavigatie ul li a.active {
	color: #333333;
}
