div#mainnav {
position:relative;
w/idth: 100%;
height: 24px;
background-color: #99806a;
padding-left: 170px;
}

div#mainnav a{
display: block;
float: left;
padding-top: 6px;
height: 18px;
vertical-align: bottom;
font-family: verdana;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-decoration: none;
margin-right: 3px;
border:none;
width:120px;
}

/* niet meer nodig
div#mainnav a.home {
width: 156px;
text-align: center;
}

div#mainnav a.home:hover {
background: url('../images/home_bg.gif');
}
*/

div#mainnav a.activetab {
width: 120px;
text-align: center;
background: url('../images/tab_active.gif');
color: #99806a;
/*eerst zonder deze lijn */
border-bottom: 1px solid #FFFFFF;
}

div#mainnav a.activetabklein {
width: 68px;
text-align: center;
background: url('../images/tabklein_active.gif');
color: #99806a;
/*eerst zonder deze lijn */
border-bottom: 1px solid #FFFFFF;
}

div#mainnav a.tab {
width: 120px; /*eerst 226px*/
text-align: center;
background: url('../images/tab_bg.gif');
color: #99806a;
}

div#mainnav a.tab:hover {
background: url('../images/tab_active.gif');
color: #99806a;
}

div#mainnav a.tabklein {
width: 68px; /*eerst 226px*/
text-align: center;
background: url('../images/tabklein_bg.gif');
color: #99806a;
}

div#mainnav a.tabklein:hover {
background: url('../images/tabklein_active.gif');
color: #99806a;
}

div#subnav a{
display: block;
height: 17px;
width: 173px;
border-bottom: 1px solid #FFFFFF;
padding-top: 5px;
color: #FFFFFF;
background-color: #006699;
text-decoration: none;
font-family: verdana;
font-size: 11px;
font-weight: bold;
}

div#subnav a:hover {
background: url('../images/subnav_bg.gif');
color: #FFFFFF;
}

		.popup {
			position:absolute;
			top: 138px;
			z-index:40;
			display:none;
			visibility: hidden;
			width: 184px; /*eerst 224px; */
			overflow-y:auto;
			background-color: #FFFFFF;
			color: #000000;
			border-bottom: 1px solid #99806a;
			border-right: 3px solid #99806a;
			border-left: 1px solid #99806a;
			font-size: 10px;
			font-family: verdana;
		}

		.popup a{
		display: block;
		float: left;
		overflow: hidden;
		width: 173px; /*eerst 213px; */
		padding-top: 10px;
		padding-left: 10px;
		height: 20px;
		background-color: #ebe6e1;
		text-decoration: none;
		color: #99806a;
		font-size: 11px;
		}

		.popup a:hover {
		background-color: #FFFFFF;
		}

