/* block top links */
ul#header_links {
	padding: 10px 0px;
	list-style-type: none;
	float:right;
}
#header_links li {
	float: left;
	width: 66px
	padding-top:0.2em;
	padding-bottom:0.2em;
	margin-left:10px;
}
#header_links a {
	color: #595a5e;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent
}
