#leftNav{
	width:190px;
	margin:0px;
}
#leftNav .hide{
	display:none;
}
#leftNav ul{
	line-height: 150%;
	padding: 0px;
}
#leftNav ul li a{
	font-size:15px;
	color:#777;
	text-transform:uppercase;
	text-decoration:none;
}
#leftNav ul li a:hover , #leftNav ul li a.active{
	font-weight: 800;
	color: #81BC00;
}
#leftNav ul li ul li a{
	font-size:15px;
	color:#777;
	text-transform:none;
	font-weight:400;
	padding:0 0 0 10px;
}
#leftNav ul li ul li a:hover , #leftNav ul li ul li a.active{
	color: #003E52;
	padding: 0 0 0 10px;
	background: url('../2_images/subnavli.png') no-repeat left center;
	font-weight: 400;
}


/* extra wijziging */
#leftNav ul {
	list-style: none;
}
.subnav{
    top:0px !important;
}
#leftNav ul{
	position: relative;
}
#leftNav ul li a{
	font-size:15px;
	color:#777;
	text-transform:uppercase;
	text-decoration:none;
}