
div#header {
	position: relative;
	height: 140px;
	
}
div#menu {
	position: absolute;
	top: 102px;
	left: 0px;
	height: 50px;
}

div#menu .overlay {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 100%;
	height: 15px;
	background: url('../images/menu_overlay.png') repeat-x 0 0;
	z-index: 2
}