/*  een onderkantje in sdmenu - padding-bottom en een bgimg die aan bottom kleeft;
een bovenkantje door bovenste link "top" te noemen en bgimg aan te passen */

.sdmenu {
    width: 275px;
    font-family: Sans-Serif;
    font-size: 12px;
    background: #f5f5f4;
    background-image: url(../img/menubottom4.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: black;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.sdmenu .title,
.sdmenu .titlehidden {
    display: block;
    padding: 5px 0 5px 0;
    color: black;
    background: #f5f5f4;
	text-indent: 15px;
	cursor: pointer;  
}

.sdmenu .title,
.sdmenu .titlehidden {
    border-top: 1px solid white;
	border-bottom: 1px solid #ededed;
}

.title img,
.titlehidden img {
	display: none;
}

.sdmenu .arrow {
	margin-left: 10px;
    margin-right: 7px;
}

.sdmenu #top {
    border-top: 1px solid white;
	margin-top: 0px;
}

.sdmenu .submenu {
    overflow: hidden;
}

.submenu a {
    padding: 5px 0;
    text-indent: 30px;
    display: block;
    border-top: 1px solid white; 
	border-bottom: 1px solid #ededed;
    color: #000;
    text-decoration: none;
    background: #e8ebef url(../img/hoekje.gif) no-repeat left  center;
	height: 15px;
}

.sdmenu .submenu a:hover {
    background: url(../img/menuhover.gif);
    color: #000;
}

.sdmenu .submenu .subpagina a {
    padding: 5px 0;
    text-indent: 44px;
    display: block;
    border-top: 1px solid white; 
	border-bottom: 1px solid #ededed;
    color: #000;
    text-decoration: none;
    background: #e8ebef url(../img/hoekje_subpagina.gif) no-repeat left  center;
	height: 15px;

}

.sdmenu .submenu .subpagina a:hover {
    background: url(../img/menuhover_subpagina.gif);
    color: #000;
}
