@charset "UTF-8";
/* Navigatie */
.navBox {
	position: absolute;
	top: -48px;
	right: 0px;
	width: 750px;
	border-right: 1px solid #cecece;
}
#divWayfinderWrapper{
	margin-top:0px;
	float: right;
}
.menuitem {
	color: #6e6e6e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	position: relative;
	float: left;
	cursor: pointer;
	padding: 13px 20px 10px 20px;
	text-transform: capitalize;
	border-left: 1px solid #cecece;
	background-image: url(../images/back_navigation.jpg);
	background-repeat: repeat-x;
}
.menuitemover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	position: relative;
	float: left;
	cursor: pointer;
	padding: 13px 20px 10px 20px;
	text-transform: capitalize;	
	border-left: 1px solid #cecece;
	background-image: url(../images/back_navigation.jpg);
	background-repeat: repeat-x;
}
.menuitemover a.topLink {
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-weight:normal;
	font-size: 20px;
	margin:0 8px;
	color: #707f87;
}
.menuitem a.topLink, .menuitem a.topLink:visited{
	text-decoration:none;
	font-weight:normal;
	font-size: 20px;
	margin:0 8px;
	color: #707f87;
	font-family: "Myriad Pro";
}
.menuitemover a.topLink, .menuitemover a.topLink:hover, .menuitemover a.topLink:visited{ 
	text-decoration:none;
	font-weight:normal;
	font-size: 20px;
	margin:0 8px;
	color: #004b84;
	font-family: "Myriad Pro";
}
.submenu {
	z-index: 2005;
	color: #1a171b;
	position: absolute;
	font-size: 11px; 
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat;
	float: left;
	cursor: pointer;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	padding: 0px;
	text-transform: lowercase;

}
.submenu a, .submenu a:visited {
	font-weight:normal;
	color: #1a171b;
	font-size: 11px; 
	text-decoration: none;
	cursor: pointer;
	text-transform: lowercase;		
}
.submenu a:hover {
	font-weight:normal;
	color: #707f87;
	font-size: 11px; 
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat;
	border: none;
	cursor: pointer;
}
.innerRow {
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat;
	border-bottom: solid 1px #e1e1e1;
	width: 165px;
}
.innerRowover {
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat;
	border-bottom: solid 1px #e1e1e1;
	width: 165px;
}
 a.innerLink,  a.innerLink:visited{
	color: #1a171b;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	padding:5px;
	padding-left: 20px;
	display:block;
	line-height: 12px;
	width: 131px;
}
 a.innerLink:hover{
	color: #004b84;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	display:block;
	padding:5px;
	padding-left: 20px;
	line-height: 12px;
	width: 131px;
}
.parent,.parent_parent{
	padding:0;
}
.parent_active,.parent_parent_active  {
	padding:0;
}
canvas {
	/*cursor: pointer;*/
}
.parent_last,.parent_last_parent {    
	padding:0;
	cursor: pointer;
}	
.parent_last_active ,.parent_last_parent_active{
	padding:0;
	cursor: pointer;
}
.table {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
}
