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

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

.sdmenu {
    width: 140px;
    font-family: Sans-Serif;
    font-size: 10px;
    padding-bottom: 72px;
   /* background: url(bottomtitle.gif) no-repeat  right bottom;*/
    color: #FFF;
}

.sdmenu .title, .sdmenu .titlehidden{
    display: block;
    padding: 3px 0;

    color: #4e5b6d;
   /* background: #FFF url(title.gif) repeat-x; */
}

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


.link a:link, .link a:visited  {
	color: #4e5b6d;
	text-decoration: none;
}

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

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

.sdmenu .link {
    display: block;
    padding: 5px 0;

	/* background: #FFF url(title.gif) repeat-x; */
}

.sdmenu .titlehidden {
    border-bottom: none;
}

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

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    display: block;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    background : #d8d5ce url(linkarrow.gif) no-repeat right center;
    color: #4e5b6d;
}

