#menus {
    background: url(../img/menu.gif);
    background-position: left top;
    background-repeat: no-repeat;
    float: left;
    margin:-35px 0px 0px 0px;
    *margin:-15px 0px 0px 0px;
    height: 100%;
    width: 197px;
}
#menu {
    height: 353px;
    text-align: right;
    font-size: 13px;
    width: 197px;
    margin:-15px 0px 0px 0px;
    *margin:0px 0px 0px 0px;
}
#menu ul {
    padding-top: 20px;
    padding-right: 10px;
    list-style: none;
}
#menu ul li {
    margin-top: 6px;
    padding-bottom: 2px;
}
#menu ul li a {
    color: #fff;
    padding-right: 16px;
}
#menu ul li.active a, #menu ul li a:hover {
    background-image: url(../img/d_arrow_wred.gif);
    background-position: right 3px;
    background-repeat: no-repeat;
    font-weight:normal;
}
#submenu {
}
#submenu ul {
    list-style: none;			
}
#submenu ul li {
    
}
.menu_vert {
	position:relative;
	font-size:13px;
	clear:both;
	width:160px;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu_vert ul {
padding:0;
margin:0;
list-style-type:none;
width:160px;
}
/* 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:160px;
background:url(../img/stippellijn168.gif) no-repeat ;
background-position:left bottom;
}

.menu_vert li.active a{
color:#000000;
background:url(../img/arrow_box.gif) no-repeat;
background-position:right center;

}

/* 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:#999999;
/*border:1px dashed #d7d7d7;
border-width:0 0px 1px 0;*/
padding:2px 15px 2px 0px;
font-size:13px;
}

.menu_vert a:hover {
text-decoration:none;
background:url(../img/pijl_vert.gif) no-repeat;
background-position:0px 5px;
color:#000000;
background:url(../img/arrow_box.gif) no-repeat;
background-position:right center;
}

/* style the link hover */
* html .menu_vert a:hover, * html .menu_vert li a:hover { ;}

