
/*****************************************************************
NAVIGATION LIST DECLARATIONS
*****************************************************************/

ul#nav {
	list-style-type: none;
	margin: 0px 0px 0px 45px; padding: 0px;
}

ul#nav li {
	float: left;
}

ul#nav li span	{
	display: none;
}
/* TAAL BUTTON */

ul#nav li#taal {
	width: 180px; height: 75px;
}

ul#nav li#taal A {
	display: block;
	padding-top: 50px;
	color: #000000;
	text-decoration: none;
}
/* HOME (LOGO)) BUTTON */

ul#nav li#home {
	background: transparent url(images/navigation_nl/logo.gif) no-repeat;
}

ul#nav li#home A {
	display: block;
	width: 106px; height: 75px;
	background: transparent url(images/navigation_nl/logo.gif) no-repeat;
}

/* RECHTSGEBIEDEN BUTTON */

ul#nav li#rechtsgebieden {
	background: transparent url(images/navigation_nl/rechtsgebieden.gif) no-repeat bottom left;
}

ul#nav li#rechtsgebieden A {
	display: block;
	width: 139px; height: 75px;
	background: transparent url(images/navigation_nl/rechtsgebieden.gif) no-repeat bottom left;
}

ul#nav li#rechtsgebieden A:hover {
	display: block;
	width: 139px; height: 75px;
	background: transparent url(/images/navigation_nl/rechtsgebieden_on.gif) no-repeat bottom left;
}

div#navContainer div#rechtsgebiedenAct {
	position: absolute;
	top: 0px; left: 331px;
	background: transparent url(/images/navigation_nl/rechtsgebieden_act.gif) no-repeat bottom left;	
}

div#navContainer div#rechtsgebiedenAct A {
	display: block;
	width: 144px; height: 88px;
	background: transparent url(/images/navigation_nl/rechtsgebieden_act.gif) no-repeat bottom left;	
}

/* Notarissen en Advocaten BUTTON */

ul#nav li#notarisAdvocaat {
	background: transparent url(/images/navigation_nl/notarissenAdvocaten.gif) no-repeat bottom left;
}

ul#nav li#notarisAdvocaat A {
	display: block;
	width: 126px; height: 75px;
	background: transparent url(/images/navigation_nl/notarissenAdvocaten.gif) no-repeat bottom left;
}

ul#nav li#notarisAdvocaat A:hover {
	display: block;
	width: 126px; height: 75px;
	background: transparent url(/images/navigation_nl/notarissenAdvocaten_on.gif) no-repeat bottom left;
}

div#navContainer div#notarisAdvocaatAct {
	position: absolute;
	top: 0px; left: 466px;
	background: transparent url(/images/navigation_nl/notarissenAdvocaten_act.gif) no-repeat bottom left;	
}

div#navContainer div#notarisAdvocaatAct A {
	display: block;
	width: 136px; height: 88px;
	background: transparent url(/images/navigation_nl/notarissenAdvocaten_act.gif) no-repeat bottom left;	
}

/* Actueel BUTTON */

ul#nav li#actueel {
	background: transparent url(/images/navigation_nl/actueel.gif) no-repeat bottom left;
}

ul#nav li#actueel A {
	display: block;
	width: 126px; height: 75px;
	background: transparent url(/images/navigation_nl/actueel.gif) no-repeat bottom left;
}

ul#nav li#actueel A:hover {
	display: block;
	width: 126px; height: 75px;
	background: transparent url(/images/navigation_nl/actueel_on.gif) no-repeat bottom left;
}

div#navContainer div#actueelAct {
	position: absolute;
	top: 0px; left: 592px;
	background: transparent url(/images/navigation_nl/actueel_act.gif) no-repeat bottom left;	
}

div#navContainer div#actueelAct A {
	display: block;
	width: 136px; height: 88px;
	background: transparent url(/images/navigation_nl/actueel_act.gif) no-repeat bottom left;	
}

/* Vacatures BUTTON */

ul#nav li#vacatures {
	background: transparent url(/images/navigation_nl/vacatures.gif) no-repeat bottom left;
}

ul#nav li#vacatures A {
	display: block;
	width: 126px; height: 75px;
	background: transparent url(/images/navigation_nl/vacatures.gif) no-repeat bottom left;
}

ul#nav li#vacatures A:hover {
	display: block;
	width: 126px; height: 75px;
	background: transparent url(/images/navigation_nl/vacatures_on.gif) no-repeat bottom left;
}

div#navContainer div#vacaturesAct {
	position: absolute;
	top: 0px; left: 718px;
	background: transparent url(/images/navigation_nl/vacatures_act.gif) no-repeat bottom left;	
}

div#navContainer div#vacaturesAct A {
	display: block;
	width: 137px; height: 88px;
	background: transparent url(/images/navigation_nl/vacatures_act.gif) no-repeat bottom left;	
}

/* Contact BUTTON */

ul#nav li#contact {
	background: transparent url(/images/navigation_nl/contact.gif) no-repeat bottom left;
}

ul#nav li#contact A {
	display: block;
	width: 126px; height: 75px;
	background: transparent url(/images/navigation_nl/contact.gif) no-repeat bottom left;
}

ul#nav li#contact A:hover {
	display: block;
	width: 126px; height: 75px;
	background: transparent url(/images/navigation_nl/contact_on.gif) no-repeat bottom left;
}

div#navContainer div#contactAct_nl {
	position: absolute;
	top: 0px; left: 844px;
	background: transparent url(/images/navigation_nl/contact_act.gif) no-repeat bottom left;	
}

div#navContainer div#contactAct_nl A {
	display: block;
	width: 139px; height: 88px;
	background: transparent url(/images/navigation_nl/contact_act.gif) no-repeat bottom left;	
}

div#navContainer div#contactAct_en {
	position: absolute;
	top: 0px; left: 718px;
	background: transparent url(/images/navigation_nl/contact_act.gif) no-repeat bottom left;	
}

div#navContainer div#contactAct_en A {
	display: block;
	width: 139px; height: 88px;
	background: transparent url(/images/navigation_nl/contact_act.gif) no-repeat bottom left;	
}

/*****************************************************************
FOOTER NAVIGATION
*****************************************************************/

ul#contentFooter {
	border-top: 1px solid #000;
	list-style-type: none;
	margin: 25px 40px 30px 15px; padding: 8px 0px 0px 0px;
}

ul#contentFooter li {
	float: left;
	background: transparent url(images/footer_bullet.gif) no-repeat 0px 6px;
	padding: 0px 8px 0px 12px;
}

ul#contentFooter li.first {
	background: none;
	padding: 0px 8px 0px 15px;
}

ul#contentFooter A 			{ text-decoration: underline; color: #fff; }
ul#contentFooter A:link		{ text-decoration: underline; color: #fff; }
ul#contentFooter A:visited	{ text-decoration: underline; color: #fff; }
ul#contentFooter A:active	{ text-decoration: underline; color: #fff; }
ul#contentFooter A:hover	{ text-decoration: none; color: #fff; }
ul#contentFooter A.active	{ text-decoration: none; color: #fff; }

div#contentNieuwsbericht ul#contentFooter A	{ color: #000; }

div#contentNieuwsbericht ul#contentFooter li	{ background: transparent url(images/list_bullet.gif) no-repeat 0px 6px; }
div#contentNieuwsbericht ul#contentFooter li.first	{ background: none; }

