/* nieuwe css
.menu {
	padding:0;
	margin:40px 15px;
	}
	
.menu dt {
	display:none;
	}

.menu dd {
	float:left;
	padding:0;
	margin:0 0 0 0;
	text-align:center;
	}

.menu dd span.aa {
	display:block;
	width:12px;
	height:1.5em;
	height:auto;
	background:url(../images/taglft.gif);
	float:left;
	border-bottom:1px solid #0961C2;
	padding:5px 0;
	}

.menu dd span.bb {
	height:1.5em;
	height:auto;
	background:url(../images/tagmid.gif);
	float:left;
	border-bottom:1px solid #0961C2;
	padding:5px 0;
	}

.menu dd span.cc {
	display:block;
	width:12px;
	height:1.5em;
	height:auto;
	background:url(../images/tagrgt.gif);
	float:left;
	border-bottom:1px solid #0961C2;
	padding:5px 0;
	}

.menu a, .menu a:visited {
	color:#0961C2;
	text-decoration:none;
	font-size:1em;
	cursor:pointer;
	}
	
.menu a:hover {
	color:#0961C2;
	}
	
.menu a:hover span, .menu a:active span, .menu a:focus span {
	background-position:0 150px;
	border-bottom:1px solid #fff;
	}
*/


.menu {
	font-size:0.75em;
	}

.menu ul {
	list-style-type:none;
	height:25px;
	padding-left:8px;
	}

.menu ul li {
	float:left;
	height:24px;
	width:80px;
	line-height:23px;
	display:block;
	margin-right:2px;
	}

.menu a, .menu a:visited {
	display:block;
	float:left;
	height:24px;
	width:80px;
	font-size:9px;
	text-decoration:none;
	color:#000;
	font-weight:bold;
	background:url(../images/topklein.gif) no-repeat;
	text-align:center;
	}
	
.menu li:hover {
	position:relative;
	}

.menu :hover > a {
	color:#FF0;
	border-bottom:1px solid #32641A;
	background:url(../images/topkleinro.gif) no-repeat;
	height:24px;
	}

