/* Copyright Dynarch.com, 2003-2005.  All Rights Reserved. */
.menubar td, .menubar ul {
font-size:9px;
}

#menuContent{
	position:static;
}
.nolink {
cursor:default;
}
div.dynarch-horiz-menu table {
font-size:9px;
}
div.dynarch-horiz-menu {
border:0px;
padding:0px;
cursor:hand;
}
div.dynarch-horiz-menu table {
width:100%;
}
div.dynarch-horiz-menu table tr td {
/*hoofdmenu*/
	color:#FFFFFF;
	height:27px;
	/*width:156px;*/
	text-align:left;
	padding-top:15px;
/*	font-style: italic; */
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0px;
}
div.dynarch-popup-menu {
	border:0px;
	padding:-2px;
	background-color: #A80532;
/*	margin-top:-134px;*/
	margin:0px;

}
div.dynarch-popup-menu tr.item td.label {
/*submenu*/
	font-weight: bold;
	padding-top:2px;
	padding-bottom:2px;	
	padding-left:5px;	
	padding-right:10px;	
	margin:0px;
	cursor:hand;
/*	width:135px;*/
	border-left-style:solid;
	border-left-color:#EED589;
	border-left-width:1px;	
	border-right-style:solid;
	border-right-color:#EED589;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#EED589;
	border-bottom-width:1px;		
}
div.dynarch-horiz-menu table tr td.hover, div.dynarch-horiz-menu table tr td.active, div.dynarch-popup-menu table td {
	color: #EED589; 
	font-size:13px;
	font-weight:bold;
} 
/*submenu normal*/
div.dynarch-horiz-menu, div.dynarch-popup-menu table td {
font-size:10px;
font-weight:normal;
color:#FFFFFF;
} 
/*submenu rollover*/
div.dynarch-popup-menu tr.item.hover td, div.dynarch-popup-menu tr.item.active td {
color:#EED589;} 

