/*
MENU STYLES: HOOFDMENU
*/

#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 170px;
	background-color: #F5A933;
}
#navlist a, #navlist a:visited {
	display: block;
	color: #004C93;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 1px 1px 17px;
	height: 18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E58236;
	background-color: #F5A933;
}


#navlist a:hover {
	background-color: #0067B1;
	color: #FFFFFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E58236 !important;
	
}
a#current{
	display: block;
	color: #FFFFFF !important;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 1px 1px 17px;
	height: 18px;
	background-color: #0067B1 !important;
}

/*
MENU STYLES: SUBMENU
*/

#navlist2 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 170px;
	background-color: #F7BF66;
}
#navlist2 a, #navlist2 a:visited {
	display: block;
	color: #004C93;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 1px 1px 17px;
	height: 18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #E58236;
	background-color: #F7BF66;
	
}

#navlist2 a:hover {
	background-color: #F29400;
	color: #0067B1;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E58236 !important;

}

a#currentsub{
	display: block;
	color: #0067B1 !important;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 1px 1px 17px;
	height: 18px;
	background-color: #F29400 !important;
}


/*
MENU STYLES: SUB SUB MENU 
*/

#navlist3 {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 172px;
	background-color: #FCEACC;
}
#navlist3 a, #navlist3 a:visited {
	display: block;
	color: #004C93;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 1px 1px 17px;
	height: 18px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F5A933;
	background-color: #FCEACC;
}

#navlist3 a:hover {
	background-color: #F29400;
	color: #0067B1;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F5A933 !important;
	
}
a#currentsubsub{
	display: block;
	color: #0067B1 !important;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 4px 1px 1px 17px;
	height: 18px;
	background-color: #F29400 !important;
}
.menubackgr {
	height: 200px;
	width: 100%;
	background-image: url(menubackground.gif);
	background-attachment: scroll;
	background-repeat: repeat-y;
}

