/* block top links */
ul#header_links {
	position : absolute;
	margin: 12px 0px 0 580px;
	list-style-type: none;
	float: left;
}
#header_links li {
	float: left;
	width: 82px
}
#header_links a {
	display: block;
	color: #E9E9E9;
	padding-top: 0px;
	padding-right: 6px;
   margin-left : 6px;

	text-align: center;
	border-right : 1px solid #DADADA;
   text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent;
}/*
#header_links #header_link_sitemap a {
	background :#737373;
}
#header_links #header_link_contact a {
	background-image: url('../img/icon/contact.gif');
}
#header_links #header_link_bookmark a {
	background-image: url('../img/icon/star.gif');
} */