/* http://www.hansmooiman.nl/ menu.css 060909 */

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: 25px;
	color: #000;
	font-weight: bold;
	font-family: Verdana;
	font-size: 10px;
	vertical-align: middle;
	background-image: url(http://www.hansmooiman.nl/images/layout/menu_hover.gif);
	
	/* any IE */
	line-height: expression('17px'); 
	/* */
}

div.menu {
  	position: absolute;
}

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


.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;

	}

.transMenu .content {
	position:absolute;
	}

.transMenu .items {
	position:absolute;
	left:0px; top:1px;
   	z-index:2;
    border: 1px solid #000;
	background: url(http://www.hansmooiman.nl/images/layout/zm_bg.png) repeat-x;
	}


.transMenu .item {
	text-decoration: none;
    font: 11px Verdana;
    color:#000;
    cursor: pointer;
	}


.transMenu .item.hover {
  	background: #dac19f;
}
