#menupos{
position:absolute;
top:35px;
margin-left:148px;
background: #fcf5f0;
height: 18px;
}

#adrespos {
position:absolute;
top:35px;
margin-left:820px;
background: #fcf5f0;
height: 18px;
font: 11px Tahoma, Arial, Helvetica, sans-serif;
}

#adrespos a {	height: 18px;
	text-decoration: none;
	color: #000000;
	display: block;
	line-height: 18px;
	width:80px; float:left; text-align:center;
	font-weight:normal;}
#adrespos .actief {
	color: #FFFFFF;
	background: #958f8f;
}
#adrespos a:hover {	color: #FFFFFF;
	background: #958f8f;font-weight:normal;}

#menupos ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index:10000;
    font: 11px Tahoma, 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 {
	color: #FFFFFF;
	background: #958f8f;
}
#menupos .actief {
	color: #FFFFFF;
	background: #958f8f;
}

#menupos ul li a {
	height: 18px;
	text-decoration: none;
	color: #000000;
	display: block;
	line-height: 18px;
	text-align: center;
	font-weight:normal;
}

/* menu level 1 */
#menupos ul li ul {
	/*background: #0000aa;*/
	display:none;
	position: absolute;
	text-align: center;
	top: 18px;
	width: 180px;
	/*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;
}

/* for IE */
#menupos ul li ul li {
	width: 180px;;
	height: 22px;
	background-image: none;
	border-bottom: none;
	text-align: center;
	padding: 0px;
}

#menupos ul li ul li a {
	padding-left: 20px;
	height: 22px;
	text-decoration: none;
	text-align: left;
	color: #000000;
	display: block;
	width: auto;
	filter:alpha(opacity=80);/* for IE */
	-moz-opacity:0.8;/* for mozilla */
	opacity: 0.8;/* for safari */
	khtml-opacity: 0.8 /* for konquerer and older safari */
	font-weight:normal;
}

#menupos ul li ul li a:hover {
	background: #958f8f;
	filter:alpha(opacity=100);/* for IE */
	-moz-opacity: 1;/* for mozilla */
	opacity: 1;/* for safari */
	khtml-opacity: 1; /* for konquerer and older safari */
	font-weight:normal;
}

#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 */
#menupos  #topnav	{
	width: 120px;
}

.maincont{
	text-align: left;
}


.topnav_1{
	background-color: #fcf5f0;
}

.topnav_1 ul li a{
	background-color: #fcf5f0;
	font-weight:normal;
}
.topnav_1 ul li a:hover {
	background-color: #af2e36;
	color: #fff;
	font-weight:normal;
}

#menupos ul li a{
	width: 90px;
	font-weight:normal;
}