#header {
	display:block;
	margin-top:10px;
	margin-bottom:5px;
	background-image:url(../images/default_header.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#header .header_overlay {
	background-image:url(../images/overlay.png);
	background-position:top center;
	background-repeat:no-repeat;
	display:block;
	height:262px;
}

#header .header_overlay .header_item {
	display:block;
	float:right;
	background-position:top center;
	background-repeat:no-repeat;
}
#header .header_overlay .header_item .header_item_overlay {
	display:block;
	width:290px;
	height:260px;
	background-image:url(../images/overlay_right.png);
	background-position:top right;
	background-repeat:no-repeat;
}
#header .header_overlay .header_item span.name {
	display:block;
	float:right;
	width:170px;
	text-align:center;
	margin-top:195px;
	font-size:21px;
	color:#fff;
}

#menu ul {
	float:none;
}
#menu {
	margin-top:-24px;
}
#menu ul li {
	height:25px;
}
#menu ul ul {
	margin-top:5px;
}

