#menupos {
height:33px;
width:771px;
background-image:url(/templates/menu/menu.jpg);
background-repeat:repeat-x;
text-align:left;
padding-top:3px;
margin:auto;

}



#menupos ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:10000;
    font: 12px Arial, Helvetica, sans-serif;
}
#menupos ul li {
	position: relative;
	float: left;
	height:18px;
	padding: 0;
	text-align: left;
}
/*hoofdmenu hovers*/
#menupos ul li a:hover {
background:url(/templates/menu/menuover.jpg) repeat-x;

}
#menupos .actief {
color: #FB9D00;
}
#menupos ul li a {
	
	text-decoration: none;
	color: #666;
	display: block;
	text-align: center;
	font-weight:bold;
}
/* menu level 1 */
#menupos ul li ul {
	/*background: #0000aa;*/
	display:none;
	position: absolute;
	text-align: center;
	top: 29px;
	width: 180px;
	/*filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity: 0.6;
	khtml-opacity: 0.6 */
	z-index:999;
}
#menupos ul li ul:hover {
	display: block;
}
#menupos ul li:hover ul {
	display: block;
}
#menupos ul li.over ul  {
	display: block;
}
/* for IE */
#menupos ul li ul li {
	width: 180px;;
	height: 22px;
	background-image: none;
	border: none;
	text-align: center;
	padding: 0px;
}

#menupos ul li ul {border: 1px solid #c6c6c6;}

#menupos ul li ul li a {
	padding-left: 20px;
	height: 22px;
	text-decoration: none;
	text-align: left;
	color: #fff;
	display: block;
	width: auto;
	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 */
	font-weight:normal;
	border:none;
	line-height:22px;
	
}
#menupos ul li ul li a:hover {
	background: #6E6E6E;
	filter:alpha(opacity=100);/* for IE */
	-moz-opacity: 1;/* for mozilla */
	opacity: 1;/* for safari */
	khtml-opacity: 1; /* for konquerer and older safari */
	
}
#menupos ul li ul li:hover {
	display: list-item;
	font-weight:normal;
}
#menupos ul li ul li.over {
	display: block;
	font-weight:normal;
}
/* for IE  */
/* menu widths */


.topnav_1{
	
}
.topnav_1 ul li a{
	background-color: #333;
	font-weight:normal;
	
}
.topnav_1 ul li a:hover {
	background-color: #af2e36;
	color: #fff;
	font-weight:normal;
}
#menupos ul li a{
	width: 100px;
	height:29px;
	line-height:29px;
	border-right:1px inset #fff;
}