/* menu-items */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 183px;
}


ul li a {
	display: block;
	text-decoration: none;
	color: #000;
	padding: 12px 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 0px;
	text-indent: -999em;
	height:1%;
        }

#nav_home {
	position: absolute;
	left: 150px;
	top: 190px;
	height: 400px;
}


/*  hoofdrubrieken */

#nav1 a {
	background-image: url(images/h_bedrijven.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav1 a:hover {
	background-image: url(images/h_bedrijven_aan.gif);
}
#nav2 a {
	background-image: url(images/h_bouwen.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav2 a:hover {
	background-image: url(images/h_bouwen_aan.gif);
}
#nav3 a {
	background-image: url(images/h_overheid.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav3 a:hover {
	background-image: url(images/h_overheid_aan.gif);
}
#nav4 a {
	background-image: url(images/h_vergunningen.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#nav4 a:hover {
	background-image: url(images/h_vergunningen_aan.gif);
}

/*  einde hoofdrubrieken */


#sub1 li a:hover {
	color: #C00000;
	background-image: url(images/streepje.gif);
	background-repeat: repeat;
}
#sub1 li a {
	background-image: url(images/streepje.gif);
	background-repeat: repeat;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0035AD;
}

#sub2 li a:hover {
	color: #E65300;
	background-image: url(images/streepje.gif);
	background-repeat: repeat;
}
#sub2 li a {
	background-image: url(images/streepje.gif);
	background-repeat: repeat;
	text-indent: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0035AD;
}
#sub3 li a:hover {
	color: #D9C200;
	background-image: url(images/streepje.gif);
	background-repeat: repeat;
}
#sub3 li a {
	background-image: url(images/streepje.gif);
	background-repeat: repeat;
	text-indent: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0035AD;
}
#sub4 li a:hover {
	color: #268610;
	background-image: url(images/streepje.gif);
	background-repeat: repeat;
}
#sub4 li a {
	background-image: url(images/streepje.gif);
	background-repeat: repeat;
	text-indent: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0035AD;
}

