@charset "utf-8";

#header {
	height:95px;
	width:100%;
}


#header td:first-child {
	text-align:left;
	padding-left:20px;
}

#header td:first-child+td {
	color:#666666;
	text-align:right;
	padding-right:20px;
	padding-bottom:20px;
	vertical-align:bottom;	
}

.header-menu,#header-menu *{
	list-style:none;
	padding:0px;
	margin:0px;
}

.header-menu li{
	display:inline-block;
	padding:0px 8px;
	border-left:#666666 solid 0px;
	*display:inline;
	*zoom: 1;		
}

.header-menu li:first-child {
	border-left:#666666 solid 0px;
}

#header_pic img {
	width:1004px;
}