/* --- by Emile Blume - netcreators.com 2006 
------------------------------------------------ */

#nav-top ul, #nav-top li, #nav-left ul, #nav-left li{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#nav-top {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 20px;
	left: 340px;
}

#nav-top li {
	float: left;
}

#nav-top li a {
	background-image: url(../img/grijsbolletje.gif);
	background-position: right center;
	background-repeat: no-repeat;
	padding: 10px 15px 10px 10px;
	display: block;
	color: #4C4B4B;
	/*
	color: #E2007A;
	*/
	font-size: 1em;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

#nav-top li a.lastNavItem{
	background-image: none;
}

#nav-top li a:hover {
	color: #000000;
	text-decoration: underline;
}

#nav-top li .active {
	color: #E2007A;
}

/*----------------------------------------------- */

#bread {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-size: 10px;
	color: #512557;
	display: block;
	top: 270px;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

#bread a {
	color: #512557;
	text-decoration:none;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 10px;
}

/*----------------------------------------------- */

#nav-left li {
	padding: 5px 0px;
}
	
#nav-left li a {
	background-image: url(../img/bolletje-01.gif);
	display: block;
	margin-left: 0px;
	padding-left: 15px;
	color: #512557;
	background-repeat: no-repeat;
	background-position: left 3px;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.8em;
}

#nav-left li a:hover {
	background-image: url(../img/bolletje-01a.gif);
	color: #E2007A;
}

#nav-left .active {
	background-image: url(../img/bolletje-02.gif);
	font-weight: bold;
}

#nav-left li li a {	
	background-image: url(../img/bolletje-03.gif);
	line-height: 1.1em;
	font-weight: normal;
}

#nav-left li li a:hover, #nav-left li li .active {	
	background-image: url(../img/bolletje-04.gif);
}

#nav-left ul ul {
	margin-left: 15px;
}

