.menubar {
	height:10px;
	overflow:hidden;
}
.menubar li {
	position:absolute;
	visibility:hidden;
	overflow:hidden;
}
.menubar ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
/* Copyright Dynarch.com, 2003-2005.  All Rights Reserved. */
/*
green=#95B64D
orange=#E67526
orange2=#E9A22C
*/
.sMenuTable ul{
clip:rect(0,1,1,1);
}
.menubar td, .menubar ul {
font-size:14px;
FONT-WEIGHT: bold;
}
.menuContent ul li {
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:Opx;
margin-right:Opx;
}
.nolink {
	cursor:default;
}

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

div.dynarch-horiz-menu table {
font-size:14px;
FONT-WEIGHT: bold;
}
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: #d94d31;
width:100%;
text-align:center;
padding:0px;
height:10px;
cursor:hand;
}
div.dynarch-popup-menu {
border:0px;
padding:-2px;
}
div.dynarch-popup-menu tr.item td.label {
/*submenu*/
	font-weight: normal;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:7px;
	padding-right:7px;
	cursor:hand;
	height:11px;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}

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-bottom:1px solid #948474;
}


div.dynarch-horiz-menu table tr td.hover, div.dynarch-horiz-menu table tr td.active, div.dynarch-popup-menu table td {
	color: #333333;
} 
/*submenu normal*/
div.dynarch-popup-menu table td {
background-color:#FFCC00;
color:#333333;
} 
/*submenu rollover*/
div.dynarch-popup-menu tr.item.hover td, div.dynarch-popup-menu tr.item.active td {
background-color:#d94d31;
color:#FFFFFF;} 
