#header {
	width: 100%;
}
#header  #city_group{
	background-image: url(img/bg_citygroup.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
	float: left;
	position: absolute;
	top: 0px;
	z-index: 1;
	left: 0px;
}
#city_group_inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#city_group li {
	list-style-type: none;
	float: left;
}

#header_inner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 70px;
}
#header_logobox {
	width: 1000px;
	float: left;
}
#header_logo {
	width: 280px;
	float: left;
	margin-right: 10px;
}



#header_menu {
	float: right;
	width: 445px;
	text-align: right;
}
#header_menu ul {
	margin-top: 65px;
	height: 40px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F3A0CC;
	width: 444px;
	background-color: #FFF;
}
#header_menu li {
	list-style-type: none;
	float: left;
	height: 40px;
	width: 110px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3A0CC;
	border-bottom-color: #F3A0CC;
	border-left-color: #F3A0CC;
}
