/* ----------------------------------------------------------------------- */
/* menu
/* ----------------------------------------------------------------------- */

#menu1-rechts {
	float: right;
	width: 440px;
	height: 22px;
	border-top: 1px solid #1b70cf;
	border-bottom: 1px solid #1b70cf;
	background-color: #afcdee;
}

#menu2-rechts {
	float: right;
	width: 440px;
	height: 23px;
	border-bottom: 1px solid #1b70cf;
	background-color: #dae8f7;
}

/* ----------------------------------------------------------------------- */
/* hoofdmenu
/* ----------------------------------------------------------------------- */

.hoofdmenu {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-align: right;
	line-height: 16px;
	color:#1b70cf;
	padding-right: 5px;
}
.hoofdmenu a{
	color: #000066;
	text-decoration: none;
}
.hoofdmenu a:visited{
	color: #000066;
	text-decoration: none;
}
.hoofdmenu a:hover{
	color: #1b70cf;
	text-decoration: underline;
}
.hoofdmenu td{
	text-align: right;
}
.hoofdmenu-selected a{
	text-decoration: none;
	color: #1b70cf;
}
.hoofdmenu-selected a:visited {
	text-decoration: none;
	color: #1b70cf;
}
.hoofdmenu-selected a:hover {
	text-decoration: underline;
	color: #1b70cf;
}

/* --------------------------------------------------------------------- */
/* navigation
/* --------------------------------------------------------------------- */

.menu {
	float: left;
	width: 547px;
	margin-left: 2px;
}
#navlist1, #navlist2 {
	border-bottom: 1px solid #1b70cf;
	margin: 0 0 0 4px;
	padding-bottom: 23px;
	padding-left: 5px;
	background-color: transparent;
	font-size: 10px;
}
#navlist1 ul, #navlist1 li, #navlist2 ul, #navlist2 li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: capitalize;
}
#navlist1 a:link, #navlist1 a:visited, #navlist2 a:link, #navlist2 a:visited {
	background: #afcdee;
	border: 1px solid #1b70cf;
	border-bottom: 1px solid #afcdee;
	color: #333;
	float: left;
	line-height: 16px;
	margin: 2px 6px 0px 0px;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
}
#navlist1 .selected a {
	background: #dae8f7;
	border: 1px solid #1b70cf;
	border-bottom: 1px solid #dae8f7;
	color: #000;
}
#navlist1 a:hover {
	background: #dae8f7;
	border: 1px solid #1b70cf;
	border-bottom: 1px solid #dae8f7;
}
#navlist2 {
	border-bottom: 1px solid #1b70cf;
	background-color: #dae8f7;
}
#navlist2 a:link, #navlist2 a:visited {
	background: #dae8f7;
	border: 1px solid #dae8f7;
	border-bottom: 1px solid #1b70cf;
}
#navlist2 .selected a:link, #navlist2 .selected a:visited {
	background: #fff;
	border: 1px solid #1b70cf;
	border-bottom: 1px solid #fff;
	color: #000;
}
 #navlist2 a:hover {
	background: #fff;
	border: 1px solid #1b70cf;
	border-bottom: 1px solid #fff;
}

/* --------------------------------------------------------------------- */
/* submenu's
/* --------------------------------------------------------------------- */

.submenu3 {
	width: 180px;
	height: 16px;
	line-height: 15xp;
	border-bottom: 1px solid #1b70cf;
	background-color: #dae8f7;
	font-size: 10px;
	padding: 7px 0px 3px 5px;
	margin: 2px 5px 0px 0px;
}
.submenu3 a {
	text-decoration: none;
	color:#000000;
}
.submenu3 a:visited {
	text-decoration: none;
	color:#000000;
}
.submenu3 a:hover {
	text-decoration: underline;
	color:#000000;
}

.submenu {
	margin: 0;
	padding: 0;
	font-size: 11px;
}
.submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.submenu ul ul {
	margin: 0 0 0 10px;

}
.submenu ul ul ul {
	margin: 0 0 0 20px;
}
.submenu li {
	padding: 3px;
}