#subnav_site {
	margin: 0px;
	width: 220px;
	padding: 0px;
/*	margin-top: -12px;*/
}

#subnav_site ul	{
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
	margin-left: 0;
	padding-left: 0;
/*	padding-right:18px;
*/	line-height: 12px;
	list-style-type: none;
}

#subnav_site a	{
	display: block;
	padding-top: 1px;
	padding-bottom:1px;
	padding-left:5px;
/*	padding-right:20px;*/
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #F2F2F2;
	width: 100%;
	background: url(../../images/bg_subnavigatie.gif) no-repeat;
}

#subnav_site a:link, #subnav_site a:visited {
	color: #000;
	text-decoration: none;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #F2F2F2;
	background-color: #fff;
}

#subnav_site a:hover {
	background-color: #C5EDFC;
	color: #000;
	border-top: 1px solid #C5EDFC;
	border-bottom: 1px solid #C5EDFC;
}
