.top_links{
	width:580px;
	height:38px;
	margin-left:36px;
}
.top_links a{
	width:580px;
	height:38px;
	display:block;
	text-indent:-999em;
	float:left;
	outline:none;
}
.top_links a.cshome{
	width:69px;
	background:url(images/top_cshome_link.jpg);
	cursor:pointer;
}
.top_links a.activecshome{
	width:69px;
	background:url(images/active_cshome_link.jpg);
	cursor:pointer;
}
.top_links a.home{
	width:69px;
	background:url(images/top_home_link.jpg);
	cursor:pointer;
	margin-left:3px;
}
.top_links a.activehome{
	width:69px;
	background:url(images/active_home_link.jpg);
	cursor:default;
	margin-left:3px;
}
.top_links a.about{
	width:97px;
	background:url(images/top_about_link.jpg);
	cursor:pointer;
	margin-left:3px;
}
.top_links a.activeabout{
	width:97px;
	background:url(images/active_about_link.jpg);
	cursor:pointer;
	margin-left:3px;
}
.top_links a.partner{
	width:102px;
	background:url(images/top_partner_link.jpg);
	cursor:pointer;
	margin-left:3px;
}
.top_links a.activepartner{
	width:102px;
	background:url(images/active_partner_link.jpg);
	cursor:pointer;
	margin-left:3px;
}
.top_links a.job{
	width:61px;
	background:url(images/top_job_link.jpg);
	cursor:pointer;
	margin-left:3px;
}
.top_links a.activejob{
	width:61px;
	background:url(images/active_job_link.jpg);
	cursor:pointer;
	margin-left:3px;
}
.top_links a.newsroom{
	width:116px;
	background:url(images/top_newsroom_link.jpg);
	cursor:pointer;
	margin-left:3px;
}
.top_links a.activenewsroom{
	width:116px;
	background:url(images/active_newsroom_link.jpg);
	cursor:pointer;
	margin-left:3px;
}
.top_links a.job:hover,
.top_links a.home:hover,
.top_links a.cshome:hover,
.top_links a.partner:hover,
.top_links a.newsroom:hover,
.top_links a.about:hover {
	background-position:0px -38px;
}
