.header-contact-list {
	background: #faaf37;
	background: -webkit-linear-gradient(top, #faaf37, #fcc556);
	background: -moz-linear-gradient(top, #faaf37, #fcc556);
	background: -o-linear-gradient(top, #faaf37, #fcc556);
	background: -ms-linear-gradient(top, #faaf37, #fcc556);
	color: #ffffff;
	font-size: 15px;
	margin: 0;
	position: relative;
}
	.header-contact-list .officeis {
		list-style: none;
		margin: 0 0 0 -7px;
		overflow: hidden;
		display: none;
		padding: 0;
	}
	.header-contact-list .officeis,
	.header-contact-list.first-visit .officeis {

		padding: 30px 0 24px 0;
	}
		.header-contact-list .officeis li {
			margin: 0;
			padding-left: 28px;
			background: url(images/contact-li.png) 0 4px no-repeat;
			float: left;
			width: 259px;
			white-space: nowrap;
		}
		.header-contact-list .officeis li:last-child { width: 200px; }
		.header-contact-list .officeis li+li { margin-left: 16px; }
		
.header_contact {
	height: 72px;
	
	width: 256px;
	
	position: absolute;
	right: 50%;
	z-index: 18;
	bottom: -68px;
	margin: 0 -580px 0 0;
	
}


/* 	.header-contact-list:hover .header_contact { background-position: 0 -57px;  } */