.volledigMenu {
z-index:999;
border:solid black;
border-width:0px;
border-collapse: collapse;
margin-right: auto;
margin-left: auto;
position:relative;
width:145px;
height:28px;
text-align:center;
}


.volledigMenu td
{
border: black solid;
border-width:0px;
border-collapse: collapse;
}


#hoofd
{
z-index:999;
border: black solid;
border-width:1px;
margin-left: 0px;
position:relative;
width:145px;
height: 28px;
text-align:center;
}

.subs
{
z-index:999;
border:solid black;
border-width:0px;
border-collapse: collapse;
margin-right: auto;
margin-left: auto;
position:relative;
width:145px;
text-align:center;

}

.sub li
{
	border: 1px solid black;
	border-collapse: collapse;
	width: 145px;
	margin-left: -2px;
	margin-right: -2px;
	margin-top: -2px;
	margin-bottom: -2px; 
}
.sub
{
position:absolute;
left: 0px;
top: 0px;
list-style: none;
margin-left: -15px;
margin-top: 2px;
padding-left: 1em;
width:145px;
text-align:center;
}


.menulink
{
	padding-top: 6px;
	padding-bottom: 6px;
	font-weight: bold;
	margin: 0px;
	color: #ffffff;
	text-decoration:none;
	width:145px;
	font-size: 13px;
	
	background: url(navigatievierkant.png) repeat;
	display: block;
}

.menulink:hover
{
	color:white;
	background-image: url(navigatievierkanth.png);
}


