#menupos ul,#menupos li {
margin:0;
padding:0;
display:inline;
list-style-type:none;
}

#menupos ul {
z-index:10000;
font:bold 12px Arial, Helvetica, sans-serif;
color:#333;
}

#menupos ul li {
position:relative;
float:left;
height:45px;
text-align:left;
background:url(../images/menubg.jpg) no-repeat right top;
}

/*hoofdmenu hovers*/
#menupos ul li a {
height:45px;
text-decoration:none;
color:#333;
display:block;
line-height:45px;
text-align:center;
font-weight:700;
padding-left:14px;
padding-right:14px;
}

#menupos ul li a:hover {
color:#FFF;
background:url(../images/menubg_over.jpg) no-repeat right top;
}

#menupos .actief {
color:#FFF;
background:url(../images/menubg_over.jpg) no-repeat right top;
}

/* menu level 1 */
#menupos ul li ul {
	/*background: #0000aa;*/
	display:none;
	position: absolute;
	text-align: center;
	top: 45px;		
	right: 0;
	border: 1px solid #f0f0f0;
	border-top: 0px;
	/*filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	khtml-opacity: 0.6 */
}

#menupos ul li ul:hover {
	display: block;
}

#menupos ul li:hover ul {
	display: block;
}

#menupos ul li.over ul  {
	display: block;
}

#menupos ul li ul li {
	
	height: 22px;
	background-image: none;
	border-bottom: none;
	text-align: center;
	padding: 0px;
	display: block;
	float:left;
	clear:both;
}

#menupos li li a {
	height: 22px;
	text-decoration: none;
	text-align: right;
	color: #fff;
	background-image: none;
	background: #bc1212;
	width: 180px;
	filter:alpha(opacity=90);/* for IE */
	-moz-opacity:0.9;/* for mozilla */
	opacity: 0.9;/* for safari */
	khtml-opacity: 0.9; /* for konquerer and older safari */
	clear:both;
	font: normal 12px/22px Arial, Helvetica, sans-serif;	
}

#menupos li li a:hover {
	background: #000000;
	filter:alpha(opacity=100);/* for IE */
	-moz-opacity: 1;/* for mozilla */
	opacity: 1;/* for safari */
	khtml-opacity: 1; /* for konquerer and older safari */
	
}

#menupos li li .actief {background-image: none;
	height: 22px;
	text-decoration: none;
	text-align: right;
	color: #fff;
	background-image: none;
	background: #bc1212;	
	
	font-weight:normal;
	line-height: 22px;
	filter:alpha(opacity=90);/* for IE */
	-moz-opacity:0.9;/* for mozilla */
	opacity: 0.9;/* for safari */
	khtml-opacity: 0.9; /* for konquerer and older safari */
	clear:both;
	font: normal 12px/22px Arial, Helvetica, sans-serif;	
}