@charset "utf-8";
#header {
	margin: 0px;
	padding: 0px;
	background-image: url(../commonImg/headerBg.jpg);
	background-position: left top;
	height: 70px;
	width: auto;
	background-repeat: repeat-x;
	display: block;
}
#header h1 {
	margin: 0px;
	float: left;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
#header ul {
	list-style-type: none;
	float: right;
	padding: 0px;
	margin-top: 18px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header li { display: inline; }
#cm {
	height: 40px;
	text-align: center;
	background-image: url(../commonImg/menuBg.jpg);
	background-repeat: repeat-x;
	clear: both;
	width: 900px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#cm ul {
	list-style-type: none;
	height: 40px;
}
#cm li { display: inline; }
#cm a {
	display: block;
	text-decoration: none;
	width: 180px;
	float: left;
	padding: 0px;
	margin: 7px 0px 0px;
}
