.menuschaduw {
	padding-right: 2px;
	background-image: url("../../images/menu_schaduw_rechts.png");
	background-repeat: repeat-y;
	background-position: 100% 0%;
}


/* -- (sub)menucontainers ----------------- */
.menucontainer_niv0 {
	position: absolute;
	display: none;
	z-index: 300;
	width: 152px;
	margin: 1px 0px 2px -1px;
	padding-bottom: 2px;
	background-image: url("../../images/menu_schaduw_onder.png");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}
.menucontainer_niv1 {
	position: absolute;
	display: none;
	z-index: 301;
	width: 152px;
	margin-left: 147px;
	margin-top: -15px;
	padding-bottom: 2px;
	background-image: url("../../images/menu_schaduw_onder.png");
	background-repeat: no-repeat;
	background-position: 0% 100%;
}

/* -- Niveau 0 --------------------------- */
.menu_niv0 {
	display: block;
	float: left;
	height: 17px;
	margin-right: 1px;
	background-color: #dfe8f0;
	background-image: url("../../images/menu_background.png");
	background-repeat: repeat-x;
	border-right: 1px solid #76acda;
	border-bottom: 1px solid #76acda;
	border-left: 1px solid #b1d1ed;
	border-top: 1px solid #b1d1ed;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #4682b4;
	cursor: pointer;
}
.menu_niv0_hover {
	display: block;
	float: left;
	height: 17px;
	margin-right: 1px;
	background-color: #76acda;
	border: 1px solid #76acda;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 17px;
	color: #ffffff;
	cursor: pointer;
}
.menu_niv0 a.menulink {
	display: block;
	padding-left: 3px;
	overflow: hidden;
	text-decoration: none;
	color: #4682b4;
}
.menu_niv0 a.menulink:hover {
	background-color: #76acda;
	color: #ffffff;
}
.menu_niv0_hover a.menulink {
	display: block;
	padding-left: 3px;
	overflow: hidden;
	text-decoration: none;
	color: #ffffff;
}
.menu_niv0_hover a.menulink:hover {
	background-color: #76acda;
	color: #ffffff;
}
.menuspacer {
	display: block;
	float: right;
	height: 17px;
	width: 210px;
	background-color: #dfe8f0;
	background-image: url("../../images/menu_background.png");
	background-repeat: repeat-x;
	border: 1px solid #b1d1ed;
	font-size: 8px;
}

/* -- Niveau 1 ------------------------ */
.menu_niv1 {
	border-top: 1px solid #c0d9f0; 
	border-right: 1px solid #c0d9f0;
	background-color: #dfe8f0;
}
.menu_niv1_hover {
	border-top: 1px solid #c0d9f0;
	border-right: 1px solid #c0d9f0;
	background-color: #76acda;
	color: #ffffff; 
}
.menu_niv1 a.menulink {
	width: 115px;
	padding-left: 20px;
	padding-right: 15px;
	text-indent: -10px;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4682b4;
}
.menu_niv1 a.menulink:hover {
	background-color: #4682b4;
	color: #ffffff;
}
.menu_niv1_hover a.menulink {
	width: 115px;
	padding-left: 20px;
	padding-right: 15px;
	text-indent: -10px;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #ffffff;
}
.menu_niv1_hover a.menulink:hover {
	background-color: #4682b4;
	color: #ffffff;
}
.menu_niv1 a.arrowright {
	background-image: url('../../images/menu_expand.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.menu_niv1_hover a.arrowright {
	background-image: url('../../images/menu_expand_hover.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
a.arrowright:hover {
	background-image: url('../../images/menu_expand_hover.png');
	background-repeat: no-repeat;
	background-position: 100% 50%;
}



/* -- Niveau 2 ------------------------ */
.menu_niv2 {
	border-right: 1px solid #c0d9f0; 
	border-left: 1px solid #c0d9f0;
	border-top: 1px solid #c0d9f0;
	background-color: #dfe8f0;
}
.menu_niv2 a.menulink {
	width: 119px;
	padding-left: 20px;
	padding-right: 10px;
	text-indent: -10px;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4682b4;
}
.menu_niv2 a.menulink:hover {
	background-color: #4682b4;
	color: #ffffff;
}
