/* http://www.redlinefotografie.nl/ menu.css 290610 */

a.menuButton {
	padding: 2px 15px 0 15px;
	margin: 0 0 0 20px;
	font-weight: bold;
	color: #fff;
    font-size: 10px;
	background: url("http://www.redlinefotografie.nl/images/but2.gif") repeat-x;
	border-top: 1px #89888a solid;
    border-left: 1px #89888a solid;
    border-right: 1px #89888a solid;
	height: 21px;
	float: left;
}

a.menuButton:hover {

	background: url("http://www.redlinefotografie.nl/images/but_hover.gif") repeat-x;
}

div.menuBar {
  	text-decoration: none;
}


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:0px;
   	z-index:2;
    border: 1px solid #89888a;
	background: url(http://www.redlinefotografie.nl/images/but2.gif) repeat-x;
	}


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


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

