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

.arrowlistmenu{
width: 164px; /*width of accordion menu*/
}


.arrowlistmenu .waarom_on{ /*CSS class for menu headers in general (expanding or not!)*/
cursor: hand;
cursor: pointer;
border-bottom:dotted 1px #000000;
padding:9px 0px 0px 33px;
height:18px;
margin-bottom:5px;
background-image:url(../images/slide_menu/waarom_icoon_schuifmenu.jpg);
background-repeat:no-repeat;
}

.arrowlistmenu .waarom{ /*CSS class for menu headers in general (expanding or not!)*/
cursor: hand;
cursor: pointer;
border-bottom:dotted 1px #000000;
padding:9px 0px 0px 33px;
height:18px;
margin-bottom:5px;
background-image:url(../images/slide_menu/waarom_icoon_schuifmenu.jpg);
background-repeat:no-repeat;
}

.arrowlistmenu .menuheader_winkelcentra{ /*CSS class for menu headers in general (expanding or not!)*/
cursor: hand;
cursor: pointer;
border-bottom:dotted 1px #000000;
padding:9px 0px 0px 33px;
height:18px;
margin-bottom:5px;
background-image:url(../images/slide_menu/winkelcentra_icoon_schuifmenu.jpg);
background-repeat:no-repeat;
}

.arrowlistmenu .menuheader_retail{ /*CSS class for menu headers in general (expanding or not!)*/
cursor: hand;
cursor: pointer;
border-bottom:dotted 1px #000000;
padding:9px 0px 0px 33px;
height:18px;
margin-bottom:5px;
background-image:url(../images/slide_menu/retail_icoon_schuifmenu.jpg);
background-repeat:no-repeat;
}

.arrowlistmenu .menuheader_overig{ /*CSS class for menu headers in general (expanding or not!)*/
cursor: hand;
cursor: pointer;
border-bottom:dotted 1px #000000;
padding:9px 0px 0px 33px;
height:18px;
margin-bottom:5px;
background-image:url(../images/slide_menu/overig_icoon_schuifmenu.jpg);
background-repeat:no-repeat;
}


.arrowlistmenu .menuheader_praatpaal_systemen{ /*CSS class for menu headers in general (expanding or not!)*/
cursor: hand;
cursor: pointer;
border-bottom:dotted 1px #000000;
padding:9px 0px 0px 33px;
height:18px;
margin-bottom:5px;
background-image:url(../images/slide_menu/praatpalen_icoon_schuifmenu.jpg);
background-repeat:no-repeat;
}


.arrowlistmenu .menuheader_communicatie_sytemen{ /*CSS class for menu headers in general (expanding or not!)*/
cursor: hand;
cursor: pointer;
border-bottom:dotted 1px #000000;
padding:9px 0px 0px 33px;
height:40px;
margin-bottom:5px;
background-image:url(../images/slide_menu/communicatie_icoon_schuifmenu.jpg);
background-repeat:no-repeat;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
border-bottom:dotted 1px #000000;
padding:9px 0px 0px 33px;
margin-bottom:5px;

}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #4d4d4d;
display: block;
padding:2px 0px 2px 35px;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

.arrowlistmenu ul li a.on{
color: #ee1b26;
background-image:url(../images/slide_menu/highlighted_pijl_klein.jpg);
background-repeat:no-repeat;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #ee1b26;
background-image:url(../images/slide_menu/highlighted_pijl_klein.jpg);
background-repeat:no-repeat;
}