/* Copyright Dynarch.com, 2003-2005.  All Rights Reserved. */
.menubar td, .menubar ul {
	font-size:6px;
	padding:0px;
	margin:0px;
}
.menuContent ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent:0px;
	list-style:none;
	padding:100px;
	height:0px;
	text-align:center;
	margin:0px;
	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;
}

div.dynarch-horiz-menu table {
	font-size:8px;
}

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:#7b837f;
	padding:0px;
	font-weight: normal;
	font-size: 11px;
	letter-spacing:1px;
	cursor:pointer;
	height:21px;
}
div.dynarch-popup-menu {
	/*afstand tot hoofdmenu item*/
	margin-top:0px;
	margin-left:0px;
	padding:0px;
	padding-top:0px;
	padding-bottom:0px;
	background-image: url();
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #ffffff;
	border-top-style: none;
	border: 0px;
}

div.dynarch-popup-menu tr.item td.label {
/*submenu*/
	font-size: 11px;
	letter-spacing:1px;
	text-indent: 0px;
	font-weight: normal;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:5px;
	padding-right:0px;
	cursor:pointer;
	height:30px;
	width:250px;
}

div.dynarch-popup-menu tr.item td.label, div.dynarch-popup-menu tr.item td.icon, div.dynarch-popup-menu tr.item td.end {
	border-left: 1px solid #7b837f;
	border-bottom: 1px solid #7b837f;
	border-top: 1px solid #7b837f;
}

div.dynarch-horiz-menu table tr td.hover, div.dynarch-horiz-menu table tr td.active, div.dynarch-popup-menu table td {
	color: #404040;
	font-size:16px;
} 

/*submenu normal*/
div.dynarch-popup-menu table td {
	color:#7b837f;
} 

/*submenu rollover*/
div.dynarch-popup-menu table td:hover {
	color:#000000;
} 

div.dynarch-popup-menu tr.item td.arrow {
position: relative;
left:-4px;
padding-left: 0px;
width: 0px;
}


