#menupos {
	height: 33px;
	margin-top: 6px;
	width: 100%;
	float: center;
}
#menupostwo {
	height: 33px;
	margin-top: 14px;
	width: 100%;
}

#menupos ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font: 14px Arial;
	z-index:10000;
		}

#menupos ul li {
	position: relative;
	float: left;
	text-align: left;
	border-left: 2px;
	border-right: 2px;
	border-color: #FF6600;
	font-weight:bold;
	color: #006699;
	height:29px;
	line-height:29px;
	padding:0 10px 0 10px;
	background:transparent url("img/in-menu-brd.gif") no-repeat top right;
}

/*hoofdmenu hovers*/
#menupos ul li a:hover {
	color: #FFFF00;
	background-image: url(../img/in-menu-sel.gif);

repeat-x;
	margin-top: 2px;
}

#menupos ul li a.current,#menupos ul li a.current:hover {
	color: #FFCC66;
	background-image: url(../img/in-menu-hov.gif);
	background-repeat:repeat-x;
	padding-left:2px;
	padding-right:2px;
	margin-top: 2px;
	background-color: #006699;
}



#menupos ul li a {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding:0;
	text-align: center;
	font-weight:bold;
}

/* menu level 1 */
#menupos ul li ul {
	/*background: #0000aa;*/
	display:none;
	position: absolute;
	text-align: left;
	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: 130px;
	margin:0;
	background-image: none;
	border-bottom: none;
	text-align: center;
	padding: 0px;
}

#menupos ul li ul li a {
	padding-left: 2px;
	text-decoration: none;
	text-align: left;
	color: #FFFFFF;
	display: block;
	filter:alpha(opacity=70);/* for IE */
	-moz-opacity:0.7;/* for mozilla */
	opacity: 0.7/* for safari */
	khtml-opacity: 0.7 /* for konquerer and older safari */
	font-weight:normal;
}

#menupos ul li ul li a:hover {
	background-image: url(../img/in-menu-sel.gif);
repeat-x;
	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: block;

}

#menupos ul li ul li.over {
	display: block;
}

/* for IE  */
/* menu widths */
#menupos  #topnav	{
	width: 130px;
}

.maincont{
	text-align: left;
}


.topnav_1{
	width:auto;
} 

.topnav_1 ul li a{
	background-color: #5b963c;
	font-weight:bold;
	height:29px;
	line-height:29px;
}

.topnav_1 ul li a:hover {
	background-image: url(../img/in-menu-sel.gif);
	repeat-x;
	color: #FFFFFF;
	
	}
