<!-- alles voor het menu -->
div#menu_top {
	position:absolute;
	left:0px;
	top:200px;
	width:auto;
	height:auto;
	z-index:1;
}

div#text {
	position:absolute;
	left:0px;
	top:0px;
	width:200px;
	height:auto;
	z-index:2;
}

.sdmenu {
    width: 200px;
    font-family: Calibri;
    font-size: 14px;
    padding-bottom: 72px;
    /* background: url(bottomtitle.gif) no-repeat  right bottom; 1767b2 */
    color: #888888;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #1767b2;
    /* background: #FFF url(title.gif) repeat-x; */
}

.sdmenu .title {
    border-bottom: 1px solid #DDD;
}


.link a:link, .link a:visited  {
	color: #1767b2;
	text-decoration: none;
}

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

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

.sdmenu .link {
    display: block;
    padding: 5px 0;
    font-weight: bold;
	/* background: #FFF url(title.gif) repeat-x; */
	border-bottom: 1px solid #DDD;
}

.sdmenu .titlehidden {
    border-bottom: none;
	border-bottom: 1px solid #DDD;
}

.sdmenu #top {
    /* background: url(toptitle.gif) no-repeat; */
}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    background: #888888;
    display: block;
    border-bottom: 1px solid #DDD;
    color: #FFFFFF;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #1767b2 url(linkarrow.gif) no-repeat right center;
    color: #FFFFFF;
}
