.submenu {
	width: auto;
	height: auto;
	position: absolute;
	top: 39px;
	left: -29px;
	z-index: 100;
	display: none;
}
.submenu.rechts {
	left: auto;
	right: -29px !important;
}
.submenu .sub_top {
	width: 100%;
	height: 14px;
	position: relative;
	float: left;
}
.submenu .sub_top .sub_top_left {
	width: 14px;
	height: 14px;
	position: relative;
	float: left;
	background: url(../images/template/hoekjes_submenu.png) 0px 0px no-repeat;
}
.submenu .sub_top .sub_top_center {
	width: 484px;
	height: 14px;
	position: relative;
	float: left;
	background: url(../images/template/bg_submenu.png) top left repeat;
}
.submenu .sub_top .sub_top_right {
	width: 14px;
	height: 14px;
	position: relative;
	float: right;
	background: url(../images/template/hoekjes_submenu.png) -14px 0px no-repeat;
}
.submenu .sub_middle {
	width: auto;
	height: auto;
	position: relative;
	float: left;
	padding-bottom: 7px;
	background: url(../images/template/bg_submenu.png) top left repeat;
	z-index: 100;
}
.submenu .sub_bottom {
	width: 100%;
	height: 14px;
	position: relative;
	float: left;
}
.submenu .sub_bottom .sub_bottom_left {
	width: 14px;
	height: 14px;
	position: relative;
	float: left;
	background: url(../images/template/hoekjes_submenu.png) 0px -14px no-repeat;
}
.submenu .sub_bottom .sub_bottom_center {
	width: 484px;
	height: 14px;
	position: relative;
	float: left;
	background: url(../images/template/bg_submenu.png) top left repeat;
}
.submenu .sub_bottom .sub_bottom_right {
	width: 14px;
	height: 14px;
	position: relative;
	float: right;
	background: url(../images/template/hoekjes_submenu.png) -14px -14px no-repeat;
}
.submenu .sub_middle .subkolom {
	width: 150px;
	height: auto;
	position: relative;
	float: left;
	margin: 10px 0px 0px 30px;
}
.submenu .sub_middle .subkolom a {
	width: 130px !important;
	height: auto !important;
	position: relative !important;
	float: left !important;
	padding: 0px 0px 0px 10px !important;
	font: normal 11px/12px Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(../images/template/pijltje_submenu.gif) 0px 5px no-repeat !important;
	z-index: 100;
	margin: 5px 0px !important;
	overflow: hidden;
	text-decoration: none;
}
.submenu .sub_middle .subkolom a:hover {
	text-decoration: underline;
}
