.mlddm
{	visibility: visible;
	margin: 0;
	white-space: wrap;
	overflow: hidden;
	z-index: 999;	
	width: 100%;
	}

.mlddm li {	
display: inline;

		text-align: left;
		list-style-type: none;
		float: left;
		margin: 0 10px;
		padding: 0;}
	
.mlddm li a {
		display: block;
		padding: 5px;
		font-size: 0.7em;
		text-transform: uppercase;
		margin: 0;
		height: 18px;
		width: 100%;
		text-decoration: none;
		font-weight: bold;
		white-space: nowrap;
		border: thin solid #FFF;
		color: #FFF;
		cursor: arrow;
		}


.mlddm ul {
	z-index: 100;
	position: absolute;
	visibility: hidden;
	margin: 2px 0 0 0;
	padding: 0;
}

.mlddm ul li {
		float: none;
}


.mlddm ul li a {
		text-transform: none;
		vertical-align: bottom;
}


/* kleur van de links */
.mlddm li.mnu1 a {background: #005D92;}
.mlddm li.mnu2 a {background: #BE5738;}
.mlddm li.mnu3 a {background: #A7692D;}
.mlddm li.mnu4 a {background: #50A195;}
.mlddm li.mnu5 a {background: #C5850C;}
.mlddm li.mnu6 a {background: #782715;}
.mlddm li.mnu7 a {background: #807AB4;}
.mlddm li.mnu8 a {background: #5C581C;}


/* kleur van de links bij hover */
.mlddm li.mnu1 ul li a:hover,
.mlddm li.mnu2 ul li a:hover,
.mlddm li.mnu3 ul li a:hover,
.mlddm li.mnu4 ul li a:hover,
.mlddm li.mnu5 ul li a:hover,
.mlddm li.mnu6 ul li a:hover,
.mlddm li.mnu7 ul li a:hover,
.mlddm li.mnu8 ul li a:hover {
	background: #FFF;
}


.mlddm li.mnu1 ul li a {width: 18em;}
.mlddm li.mnu1 ul li ul {
width: 18em;
height:18px;
min-width: 18em;
min-height:18px;
}

.mlddm li.mnu2 ul li a {width: 15em;}
.mlddm li.mnu2 ul li ul li a {width: 20em;}
.mlddm li.mnu3 ul li a {width: 9em;}
.mlddm li.mnu4 ul li a {width: 20em;}
.mlddm li.mnu5 ul li a {width: 12em;}
.mlddm li.mnu6 ul li a {width: 16em;}
.mlddm li.mnu7 ul li a {width: 14em;}
.mlddm li.mnu8 ul li a {width: 22em;}

.mlddm li.mnu1 ul li a:hover {
	color: #005D92;
	border-color: #005D92;
}
.mlddm li.mnu2 ul li a:hover {
	color: #BE5738;
	border-color: #BE5738;
}
.mlddm li.mnu3 ul li a:hover {
	color: #A7692D;
	border-color: #A7692D;
}
.mlddm li.mnu4 ul li a:hover {
	color: #50A195;
	border-color: #50A195;
}
.mlddm li.mnu5 ul li a:hover {
	color: #C5850C;
	border-color: #C5850C;
}
.mlddm li.mnu6 ul li a:hover {
	color: #782715;
	border-color: #782715;
}
.mlddm li.mnu7 ul li a:hover {
	color: #807AB4;
	border-color: #807AB4;
}
.mlddm li.mnu8 ul li a:hover {
	color: #5C581C;
	border-color: #5C581C;
}

.mlddm li.mnu1 a:active,
.mlddm li.mnu2 a:active,
.mlddm li.mnu3 a:active,
.mlddm li.mnu4 a:active,
.mlddm li.mnu5 a:active,
.mlddm li.mnu6 a:active,
.mlddm li.mnu7 a:active,
.mlddm li.mnu8 a:active {
	background: #3b433b;
	border-color: #3b433b;
	color: #75C6CD;
}
.mlddm li.mnu4 ul li.mnu4arrow a {background: no-repeat right url(../css/arroww.gif);
background-color: #50A195;}
.mlddm li.mnu4 ul li.mnu4arrow a:hover {background: no-repeat right url(../css/arrowb.gif);
background-color: #FFF;}
.mlddm li.mnu4 ul li.mnu4arrow ul li  a {background: no-repeat right url(blank.gif);
background-color: #50A195;}
.mlddm li.mnu4 ul li.mnu4arrow ul li  a:hover {background: no-repeat right url(blank.gif);
background-color: #FFF;}

.mlddm li.mnu8 ul li.mnu8arrow a {background: no-repeat right url(../css/arroww.gif);
background-color: #5C581C;}
.mlddm li.mnu8 ul li.mnu8arrow a:hover {background: no-repeat right url(../css/arrowb.gif);
background-color: #FFF;}
.mlddm li.mnu8 ul li.mnu8arrow ul li  a {background: no-repeat right url(blank.gif);
background-color: #5C581C;}
.mlddm li.mnu8 ul li.mnu8arrow ul li  a:hover {background: no-repeat right url(blank.gif);
background-color: #FFF;}

.mlddm li.mnu2 ul li.mnu2arrow a {background: no-repeat right url(../css/arroww.gif);
background-color: #BE5738;}
.mlddm li.mnu2 ul li.mnu2arrow a:hover {background: no-repeat right url(../css/arrowb.gif);
background-color: #FFF;}
.mlddm li.mnu2 ul li.mnu2arrow ul li  a {background: no-repeat right url(blank.gif);
background-color: #BE5738;}
.mlddm li.mnu2 ul li.mnu2arrow ul li  a:hover {background: no-repeat right url(blank.gif);
background-color: #FFF;}

