/************************************************************
Title:     Navcontainer
Author:    Emile Blume - Netcreators.com
************************************************************/

/* Top navigation ////////////////////////////////////////////////////////////////////////*/
#nav-top {
	color: #FFF;
	left: 160px;
	top: 100px;
	position: absolute;
	text-align: center;
	width: 668px;
	overflow: hidden;
}

#nav-top li, #toolbar li { display: inline;}

#nav-top li a {
background: url(../images/nav-top.gif) no-repeat right;
	color: #FFF;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
padding-right: 14px;
margin-right: 2px;
}

#nav-top li a:hover, #nav-top li a.active { color: #005C97;}

#nav-top li.last a{
	background: none;
	border: none;
        padding: 0;
        margin: 0;
}

/* Toolbar navigation /////////////////////////////////////////////////////////////////////*/
#header #toolbar {
	background:none;
	right: 0px;
	top: 40px;
	position: absolute;
	height: 20px;
	width: 150px;
}

#header #toolbar li {
        float: left;
	display: block;
}

#toolbar li a {
        background-repeat: no-repeat;
	float: left;
	margin-right: 8px;
	height: 20px;
	width: 20px;
}

#toolbar a#toolbar-terug { background-image: url(../images/links.gif); }
#toolbar a#m-41 { background-image: url(../images/huis.gif); }
#toolbar a#m-121 { background-image: url(../images/email.gif); }
#toolbar a#m-43 { background-image: url(../images/help.gif); }
#toolbar a#m-44 { background-image: url(../images/engels.gif);  margin-right: 0;}
#toolbar span { display: none; }


/* Left navigation ////////////////////////////////////////////////////////////////////////*/
#nav-left {
	padding: 6px;
}

#nav-left li {
	border-bottom: 1px solid #FFF;
	color: #005C97;
	line-height: 1.6em;
}

#nav-left li a {
	color: #005C97;
	font-weight: bold;
	text-decoration: none;
}

#nav-left ul ul {
	margin-left: 1.3em;
}

#nav-left ul ul li {
	border-bottom: 0;
	list-style: circle outside;
}

#nav-left ul ul a {
	font-weight: normal;
}

#nav-left li a:hover, #nav-left li.current a {
	color: #003557;
}

#nav-left ul ul li.current a {
	font-weight: bold;
}

#nav-left ul ul ul {
	margin-left: 0pt;
}

#nav-left ul ul ul li {
	list-style-type: none;
}

#nav-left ul ul li.current ul li a {
		font-weight: bold;
		color: #003557;
		font-size: 0.9em;
}

/* Breadcrumb navigation ////////////////////////////////////////////////////////////////////*/
#bread {
	margin-bottom: 1em;
}

#bread a {

}

/* Footer navigation ////////////////////////////////////////////////////////////////////*/
/*#footer li {
display: inline;
}

#footer li a {
	color: #333;
	text-decoration: none;
}*/
