#linkerkant {
	float: left;
   	width: 240px;
   	margin-top: 10px;
	
}

.foto-top {
	min-height: 26px;
	background: url(../images/left-top.jpg) no-repeat;
}


.foto-mid {
	text-align: left;
	min-height: 50px;

	background: url(../images/left-mid.jpg) repeat-y;
}

.foto-bottom {
	min-height: 26px;
	margin-bottom: 10px;
	background: url(../images/left-bottom.jpg) no-repeat;
}

#nav, #nav ul {
padding: 3px 0 0 0;
margin: 0;
list-style: none;
text-align: center;
}

#nav li {
float: left;
width: 200px;
}

#nav ul {
position: absolute;
width: 120px;
left: -1000px;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 55%;
}

ul a{
font-weight: bold;
color: #000080;
cursor: default;
}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #000080;
cursor: pointer;
font-weight: bold;
}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #F60;
cursor: pointer;
}

ul li{
background-color: #FFF;
border-left: 3px solid #FFF;
}

ul ul li{
background-color: #FFF;
border-top: 3px solid #FFF;
border-left: 0;
}

/* IE only hack \*/
* html ul li, * html ul ul li{
border-bottom: 3px solid #FFF;
}

* html ul ul li{
border-top: 0;
}
/* Einde IE only hack */
