
	/* ------------ MAIN MENU ----------- */
	#hoofdmenu {
		margin: 25px 0px 0px 0px;
	}
	#submenu1, #submenu2 {
		margin: 10px 0px 0px 0px;
	}
	#hoofdmenu li {
		padding-top: 5px;
	}
	#hoofdmenu li ul li {
		padding-top: 0px;
	}
	#hoofdmenu li ul li ul {
		font: 100%/1.2 arial, helvetica, sans-serif;
		text-align: right;
		color: #9C9D9F;
		font-style: italic;
		/*font-weight: bold;*/
	}
	
	#hoofdmenu li ul li ul li a {
		text-decoration: none;
		color: #9C9D9F;
	}
	#hoofdmenu li ul li ul li a:hover, #hoofdmenu li ul li ul li a.selected {
		color: #000000;
	}
#btn1, #btn2 {
		text-decoration:none;
		display:block;
		width: 185px;
		height: 30px;
	}
	#btn3, #btn4, #btn5, #btn6, #btn7, #btn8, #btn9, #btn11, #btn12 {
		text-decoration:none;
		display:block;
		width: 185px;
		height: 19px;
	}
	.btn1_unclicked {
background: url(/images/btns/btn_employees.gif) no-repeat top left;
}
.btn2_unclicked {
background: url(/images/btns/btn_clients.gif) no-repeat top left;
}
.btn3_unclicked {
background: url(/images/btns/btn_whatsinitforme.gif) no-repeat top left;
}
.btn4_unclicked {
background: url(/images/btns/btn_jvrconsult.gif) no-repeat top left;
}
.btn5_unclicked {
background: url(/images/btns/btn_ourclients.gif) no-repeat top left;
}
.btn6_unclicked {
background: url(/images/btns/btn_jobs.gif) no-repeat top left;
}
.btn7_unclicked {
background: url(/images/btns/btn_contact.gif) no-repeat top left;
}
.btn8_unclicked {
background: url(/images/btns/btn_jvrconsult.gif) no-repeat top left;
}
.btn9_unclicked {
background: url(/images/btns/btn_ourclients.gif) no-repeat top left;
}
.btn11_unclicked {
background: url(/images/btns/btn_nicetoknow.gif) no-repeat top left;
}
.btn12_unclicked {
background: url(/images/btns/btn_contact.gif) no-repeat top left;
}

	/* ----------- END MAIN MENU ----------- */
	/* ----------- TOPMENU ----------- */
	#topmenu {
		list-style:none;
		width: 465px;
		margin-left: 30px;
		height: 20px;
		float: left;
		background: url(/images/bg_topmenu.gif) repeat-x;
	}
	#topmenu li {
		display: inline;
	}
	#btn13, #btn14, #btn15, #btn16, #btn17, #btn18 {
		text-decoration:none;
		display: block;
		float: left;
		height: 20px;
		margin-right: 18px;
	}
	.btn13_unclicked { 
		background: url(/images/btns/topbtn_home.gif) no-repeat top left;
		width: 34px;
	}
	.btn14_unclicked { 
		background: url(/images/btns/topbtn_mission.gif) no-repeat top left;
		width: 44px;
	}
	.btn15_unclicked { 
		background: url(/images/btns/topbtn_findjob.gif) no-repeat top left;
		width: 55px;
	}
	.btn16_unclicked { 
		background: url(/images/btns/topbtn_contact.gif) no-repeat top left;
		width: 42px;
	}
	.btn17_unclicked { 
		background: url(/images/btns/topbtn_links.gif) no-repeat top left;
		width: 31px;
	}
	.btn18_unclicked { 
		background: url(/images/btns/topbtn_about.gif) no-repeat top left;
		width: 34px;
	}
	/* ----------- END TOPMENU ----------- */
	a:hover, .selected {
		background-position: bottom left;
		color: #000000;
	}

