/*
***********************************************************
Title:     Navcontainer
Author:    Emile Blume - Netcreators.com
***********************************************************
*/

/* Top navigation ////////////////////////////////////////////////////////////////////////*/
#nav-top {
	border-top: 1px solid #307C9C;
	margin-top: 6px;
	padding-top: 6px;
	padding-left: 0px;
	text-align: center;
}

#nav-top li {
	display: inline;
	float: left;
	width: auto;
	padding-right: 36px;
}

#nav-top a {
	color: #000;
	font-size: 18px;
	text-decoration: none;
}

#nav-top a:hover, #nav-top a.active {
	color: #307C9C;
}

#nav-top a#m-7.active { color: #E72121; }
#nav-top a#m-8.active { color: #E72121; }
#nav-top a#m-9.active { color: #BDC424; }
#nav-top a#m-106.active { color: #BDC424; }
#nav-top a#m-92.active { color: #BDC424; }
#nav-top a#m-10.active { color: #FDCD18; }
#nav-top a#m-91.active { color: #FDCD18; }
#nav-top a#m-182.active { color: #E72121; }

/* Left navigation ////////////////////////////////////////////////////////////////////////*/

#nav-left li a {
	font-weight: bold;
	text-decoration: none;
}

#nav-left li {
height: 1%;
}

#nav-left li a:hover {
}

/* Footer navigation ////////////////////////////////////////////////////////////////////*/
#nav-foot {
	border-top: 1px solid #307C9C;
	padding-top: 15px;
}

#nav-foot li {
	display: inline;
	float: left;
	width: 190px;
}

#nav-foot li a {
	color: #000;
	display: block;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	padding-bottom: 20px;
}

#nav-foot li a:hover, #nav-foot li a.active {
	color: #307C9C;
}

#nav-foot a#m-2 {
	background: url(../images/rood.png) no-repeat bottom center;
}
#nav-foot a#m-3 {
	background: url(../images/blauw.png) no-repeat bottom center;
}
#nav-foot a#m-20 {
	background: url(../images/groen.png) no-repeat bottom center;
}
#nav-foot a#m-4 {
	background: url(../images/geel.png) no-repeat bottom center;
}

