/* ######### Marker List Vertical Menu ######### */

.markermenu{
width: 236px; /*width of side bar menu*/
clear: left;
position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/
}

.markermenu ul{
list-style-type: none;
margin: 0px 0;
padding: 0;
border: 0px ;
}

.markermenu ul li a{
background:url(afbeeldingen/menutext.jpg) 0 35px  no-repeat;
font: bold 13px Arial, Helvetica, sans-serif;
color: #013e51;
display: block;
width: auto;
height:29px;
padding: 9px 0 0 18px;
text-decoration: none;
border-bottom: 0px;
}

* html .markermenu ul li a{ /*IE6 hack*/
width: 155px;
}

.markermenu ul li a:visited, .markermenu ul li a:active{
color: #013e51;
}

.markermenu ul li a:hover, .markermenu ul li a.selected{
color: #b73242;
}

/* ######### Customized Drop Down ULs CSS (inherits from ddlevelsmenu-base.css) ######### */

.blackwhite li a{
background:#f8f8f8;
border:solid thin #e8e6e5;
width:151px;
color: #9c1525;
height:20px;
}

.blackwhite li a:hover{
color: #b73242;
}

.blackwhite li a:visisted{
background:#f8f8f8;
border:solid thin #e8e6e5;
width:151px;
color: #9c1525;
height:20px;
}

.blackwhite li a:active{
background:#f8f8f8;
border:solid thin #e8e6e5;
width:151px;
color: #9c1525;
height:20px;
}
