/*-------------------------------------------------------------------------------------*/
/* Top level nav */
#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center; 
	font-size: 90%;
	line-height: 20px;
	height: 20px;
	text-decoration: none;
	font-weight: bold;
	background: #0066CC url(../images/btn_bg.gif) repeat-x;
}

/*	Pas de float aan om het menu naast elkaar of onder elkaar weer te geven
	waarde :	left (horizontaal vlnr)
				right (horizontaal vrnl)
				none (verticaal)
*/
#nav li {
	float: left;
	left: 0px;
	width: 125px;
	text-transform: uppercase;
	top: 30px;
}

#nav > li {
	float: left;
	position: relative;
	left: 0px;
	width: 129px;
	text-transform: uppercase;
	top: 0px;
}

#nav li a, #nav li a:link, #nav li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 129px;
	height: inherit;
	background: #0066CC url(../images/btn_bg.gif) repeat-x;
}

#nav > li a, #nav > li a:link, #nav > li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 129px;
	height: inherit;
	background-color: #0066CC;
	background: #0066CC url(../images/btn_bg.gif) repeat-x;
}

#nav li a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 129px;
	height: inherit;
	background-color: #0066CC;
	background-image: url(../images/btn_bg_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#nav > li a:hover {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 129px;
	height: inherit;
	background-color: #0066CC;
	background-image: url(../images/btn_bg_hover.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

/* Sub level nav */
#nav li ul {
         position: absolute;
         background: none;
         display: none;
	padding: 0;
	margin-left: -62px;
	top: auto;
	list-style: none;
	text-align: center;
	font-weight:normal;
	font-size: x-small;
	text-decoration: none;
}
#nav li > ul {
	top: auto;
	left: 0px;
         margin-left: 0;
}

/*	Pas deze aan om submenu's weer te geven
	waarde : none | block
*/
#nav li:hover ul, #nav li.over ul {
	display: block;
}

#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited {
	display: block;
	background-image: none;
	height: inherit;
	width: 128px;
	color: #FFF;
	text-decoration: none;
}

#nav li ul li a:hover {
	display: block;
	background-image: none;
	background-color: #06F;
	height: inherit;
	width: 128px;
	color: #FFF;
	text-decoration: none;
}
/*=====================================================================================*/
/* BOTTOM NAV */
#footerNav {
	list-style: none;
	font-size: 90%;
	line-height: 20px;
	height: 20px;
	/*text-transform: uppercase;*/
	padding-left: 13%;
	border-top: 1px dotted #336799;
	border-bottom: 1px solid #396A9C;
	left: 0;
	margin: 0;
	clear: both;
	background-color: #003fb8;
	color: #FFF;
}
#footerNav li {
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}
#footerNav li a{
	/*color: #333366;*/
	color: #FFF;
}
