/* block top links */
ul#header_links {
	margin: 0.4em 0.3em 0 0;
	list-style-type: none;
	float: left;
	position:absolute;
	z-index: 88;
	top:16px;
	left:0px;
}
#header_links li {
	float: left;
	width: 66px;
	position: relative;
	z-index: 88;
	width: auto;
}
#header_links a {
	display: block;
	height: 15px;
	color: #595a5e;
	padding-top: 0px;
	padding-left: 20px;
	padding-right: 8px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top left;
	background-color: transparent
}
#header_links a:hover {
	color:white;
}
#header_links #header_link_sitemap a { background-image: url('../../../img/icon/sitemap.png') }
#header_links #header_link_contact a { background-image: url('../../../img/icon/contact.png') }
#header_links #header_link_bookmark a { background-image: url('../../../img/icon/star.png') }

#header_link_contact,
#header_link_sitemap,
#header_link_bookmark
{
	width: 20px !important;
overflow: hidden;
margin-right: 18px;
}