/* Copyright Dynarch.com, 2003-2005.  All Rights Reserved. */
.menubar td, .menubar ul {
font-size:9px;
}
.menuContent ul li {
font-family: Verdana;
text-indent:0px;
list-style:none;
padding:10px;
height:0px;
text-align:center;
margin:1px;
margin-top:0px;
}
.menuContent ul {
	margin:0px;
	padding:0px;
	height:10px;
	overflow-y:hidden;
}
.menuContent a {
	margin-left:0px;
	margin-right:0px;
}
.nolink {
	cursor:default;
}

.ypmenutable {
	height:14px;
	overflow:hidden;
}

div.dynarch-horiz-menu table {
	font-size:9px;
}
div.dynarch-horiz-menu {
	border-width:0px;
padding:0px;
cursor:hand;
}
div.dynarch-horiz-menu table {
width:100%;
}
div.dynarch-horiz-menu table tr td {
/*hoofdmenu*/
	color:#FFFFFF;
	height:11px;
	/*width:156px;*/
	text-align:left;
	padding:0px;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
}
div.dynarch-popup-menu {
	border-width:0px;
	padding:0px;
	/*afstand tot hoofdmenu item*/
	margin-top:3px;
	/*Kleur Uitklap Menu*/
	background-color: #FD7421;
}
div.dynarch-popup-menu tr.item td.label {
/*submenu*/
	border-width:1px;
	font-weight: bold;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:9px;
	padding-right:9px;
	cursor:hand;
	height:11px;
	font-family: Verdana;
}
div.dynarch-horiz-menu table tr td.hover, div.dynarch-horiz-menu table tr td.active, div.dynarch-popup-menu table td {
	color: #FFFFFF;
	font-size:10px;
} 
/*submenu normal*/
div.dynarch-horiz-menu, div.dynarch-popup-menu table td {
/*background-color:#dacfc4;*/
color:#FFFFFF;
} 
/*submenu rollover*/
div.dynarch-popup-menu tr.item.hover td, div.dynarch-popup-menu tr.item.active td {
background-color:#612501;
color:#FFFFFF;} 
