/* block top links */

#header_right {
    float: left;
    margin-bottom: 15px;
	*margin-top: 10px;
    text-align: right;
    width: 98%
}

ul#header_links {
	margin: -5em 0.3em 0 10em;
	*margin: -5em 0.3em 0 0em;
	list-style-type: none;
	float: left
}
#header_links li {
	float: left;
	width: 66px
}
#header_links a {
	display: block;
	height: 15px;
	color: #cccccc;
	padding-top: 19px;
	text-align: center;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: transparent
}
#header_links a:hover {
	color: #ffffff
}
