@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */

.menu_vert {
	font-size:13px;
	clear:both;
	width:230px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu_vert ul {
	padding:0;
	margin:0;
	list-style-type:none;
	width:130px;
	margin:30px 0px 0px 35px;
	_padding-left:35px;
}
/* hack for IE5.5 */
* html .menu_vert ul {
	margin-left:-16px;
	ma\rgin-left:0;
}
/* position relative so that you can position the sub levels */
.menu_vert li {
	position:relative;
	/*background:#d4d8bd;*/
	text-align:right;
	width:180px;
	background:url(../img/stippellijn168.gif) no-repeat;
	background-position:5px bottom;
	font-family:Arial, Helvetica, sans-serif;
}
.menu_vert li.active a {
	color:#D21242;
	background:url(../img/pijl_menu.gif) no-repeat;
	background-position:right 10px;
}
/* get rid of the table */
.menu_vert table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-size:1em;
}
/* style the links */
.menu_vert a, .menu_vert a:visited {
	display:block;
	text-decoration:none;
	color:#e7ebf9;
	/*border:1px dashed #d7d7d7;
border-width:0 0px 1px 0;*/
	padding:8px 25px 8px 0px;
	font-size:13px;
	letter-spacing:1px;
}
.menu_vert a:hover {
	text-decoration:none;
	color:#D21242;
	background:url(../img/pijl_menu.gif) no-repeat;
	background-position:right 10px;
}
/* style the link hover */
* html .menu_vert a:hover, * html .menu_vert li a:hover {
;
}

