/* Copyright Dynarch.com, 2003-2005.  All Rights Reserved. */
.menubar td, .menubar ul {
	font-size: 12px;
}
.ypmenutable td {/*color:#FFFFFF;*/}
.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: 12px;
}
div.dynarch-horiz-menu {
	border-width:0px;
padding:0px;
cursor:pointer;
}
div.dynarch-horiz-menu table {
width:100%;
}
div.dynarch-horiz-menu table tr td {
/*hoofdmenu*/
	color:#FFFFFF;
	height:11px;
	text-align:left;
	padding:0px;
	font-weight: normal;
	font-family: Verdana;
	font-size: 12px;
}
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: normal;
	padding-top:6px;
	padding-bottom:6px;
	padding-left:9px;
	padding-right:9px;
	cursor:hand;
	height:11px;
	font-family: Verdana;
	cursor:pointer;
}
div.dynarch-horiz-menu table tr td.hover, div.dynarch-horiz-menu table tr td.active, div.dynarch-popup-menu table td {
	color: #333333;
	font-color: #333333;
/*	font-size:14px;*/
} 
/*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:#333333;*/
} 


