/*
***********************************************************
Title:     Navcontainer
Author:    Emile Blume - Netcreators.com
Updated:   02/05/2007
***********************************************************
*/

/* Top navigation ////////////////////////////////////////////////////////////////////////*/
#nav-top {
	top: 116px;
	position: absolute;
	width: 100%;
}

#nav-top ul {
	margin-left: 0px;
	height: 24px;
	width: 900px;
}

#nav-top li {	
	background-image: url(../images/bg-nav-top.gif);
	background-repeat: none;
	background-position: right bottom;
	display: inline;
	float: left;
}

#nav-top li a {
	background-image: url(../images/bg-nav-top.gif);
	background-repeat: none;
	background-position: right bottom;
	border-right: 1px solid #1D6EC9;
	color: #007C3D;
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	line-height: 24px;
	height: 24px;
	width: 120px;
	padding-left: 8px;
	padding-right: 10px;
	display: block;
	float: left;
}

#nav-top li a:hover {
	color: #3A519A;
}

#nav-top li a.active, #nav-top li a.act-plus {
	background-position: right top;
}

/* Left navigation ////////////////////////////////////////////////////////////////////////*/

#left li a {
	color: #007C3D;
	font-size: 11px;
	text-decoration: none;
	text-transform: lowercase;
}

#nav-left {
	width: 132px;
}

#nav-left li a {
        background-image: url(../images/bg-nav-left.gif);
        background-repeat: none;
        background-position: left bottom;
        display: block;
        padding-top: 10px;
        padding-left: 8px;
        margin-bottom: 3px;
        height: 45px;
        width: 124px;
        overflow: hidden;
}

#nav-left li a:hover, #nav-left li a.active, #nav-left li a.act-plus {
        background-position: left top;
}

/* Kruimelpad /////////////////////////////////////////////////////////////////////////*/
#kruimel{
	color:#007C3D;
	font-size: 14px;
	font-weight: bold;
	top: 156px;
	left: 12px;
	text-transform: lowercase;
	position: absolute;
}

#kruimel a, #kruimel a:hover{
	color:#007C3D;
}

#kruimel .kruimelspan {
	display: none;
}

#kruimel .active {
	color: #D30000;
	font-size: 16px;
}	

/* Footer navigation ////////////////////////////////////////////////////////////////////*/
#footer li {
	display: inline;
}

#footer li a {
	color: #333333;
	text-decoration: none;
}

/* Special navigation ////////////////////////////////////////////////////////////////////*/
#sitemap {
	border-left: 1px solid #7CC142;
	right: 0px;
        top: 4px;
	text-align: right;
        position: absolute;
}

#sitemap a {
	color: #000000;
	text-decoration: none;
	padding-right: 0px;
	padding-left: 7px;
	font-size: 11px;
}

#sitemap a:hover {
	color: #7DB14D;
}

#nav-special {
	text-align: center;
	width: 100%;
	left: 0;
	top: 20px;
	position: absolute;
}

#nav-special li, #sitemap li {
	border-right: 1px solid #7CC142;
	display: inline;
}

#nav-special a {
	color: #3A519A;
	text-decoration:underline;
}

#nav-special a:hover {
	color: #699440;
}

#nav-special li.last, #sitemap li.last {
	border: 0;
}

#center ul.csc-menu-7 {
	color: #3A519A;
	font-size: 1.1em;
}

#center ul.csc-menu-7 {
	list-style: none;
}

#center ul.csc-menu-7 li a {
	background: url(../images/bullet-blauw.gif) no-repeat left 3px;
	color: #3A519A;
	display: block;
	height: 1%;
	padding-left: 18px;
	margin-bottom: 4px;
}

#center ul.csc-menu-7 li a:hover { color:#7DB14D; }

#center ul.csc-menu-7 ul {
	list-style: disc;
}

#center ul.csc-menu-7 ul li a {
	background: none;
	padding-left: 0;
	margin-bottom: 2px;
}
