/* http://www.luckytourssafaris.com/ vakken 141009 */


div.menuBar, div.menuBar a.menuButton, div.menuSub, div.menu, div.menu a.menuItem {
  	font-family: Verdana;
  	font-size: 11px;
  	font-style: normal;
  	font-weight: normal;
  	color: #000;
}

a.menuButton {
	border-right: 1px solid #000;
	padding: 4px 10px 5px 10px;
	height: 21px;
	color: #000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	vertical-align: middle;
	
	/* any IE */
	line-height: expression('17px');
	/* */
}

div.menuBar {
  	text-decoration: none;
}

a.menuButton:hover {
	cursor: pointer;
	border-right: 1px solid #000;
	padding: 4px 10px 5px 10px;
	height: 21px;
	color: #000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	vertical-align: middle;
	background-image: url(http://www.phpcreation.nl/marco/images/menu_hover.gif);
	
	/* any IE */
	line-height: expression('17px'); 
	/* */
}

div.menu {
	background: url(http://www.phpcreation.nl/images/zm_bg.png) repeat-x;
	/*-moz-opacity:.9;
	filter:alpha(opacity=90);*/
  	border: 1px solid #000;
  	margin: 0 0 0 -1px;
  	padding: 0px 0px 0px 0px;
  	position: absolute;
  	visibility: hidden;
  	z-index: 101;
}

div.menu a.menuItem {
  	color: #000;
  	cursor: pointer;
  	display: block;
  	padding: 3px 1em;
  	text-decoration: none;
  	white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
  	background-color: #f3d9b7;
  	color: #000;
}

div.menu a.menuItem span.menuItemArrow {
  	font-weight: bold;
}

div.menu div.menuItemSep {
  	border: 1px inset #e0e0e0;
  	margin: 4px 2px;
}


div.menu-item, div.menu-item-sel  {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	border-bottom: 1px solid #dddddd;
	margin: -4px -1px 4px -1px;
	padding: 4px;
	cursor: pointer;
}
div.menu-item a, div.menu-item-sel a { text-decoration: none; }
div.menu-item:hover { background-color: #f0f0f0; }

div.menu-item-sel {
	background-color: #F3f3f3;
	font-weight: bold;
	cursor: auto;
}