#headertop {
	background: url('theme_metal/top.jpg') no-repeat;
	width: 728px;
	height: 257px;
}
#headmiddle {
	background: url('theme_metal/center.jpg') no-repeat;
	width: 230px;
}
#headbottom {
	background: url('theme_metal/bottom.jpg') no-repeat;
	clear:both;
	width: 728px;
	height: 3px;
}
#homelink {
	background: url('theme_metal/b_home.jpg') no-repeat;
	width: 68px;
}
#profilelink {
	background: url('theme_metal/b_profile.jpg') no-repeat;
	width: 77px;
}
#serviceslink {
	background: url('theme_metal/b_services.jpg') no-repeat;
	width: 104px;
}
#portfoliolink {
	background: url('theme_metal/b_portfolio.jpg') no-repeat;
	width: 105px;
}
#jobslink {
	background: url('theme_metal/b_jobs.jpg') no-repeat;
	width: 50px;
}
#contactlink {
	background: url('theme_metal/b_contact.jpg') no-repeat;
	width: 94px;
}
#contactlink:hover {
	background: url('theme_metal/b_contact_ro.jpg') no-repeat;
}
#homelink:hover {
	background: url('theme_metal/b_home_ro.jpg') no-repeat;
}
#profilelink:hover {
	background: url('theme_metal/b_profile_ro.jpg') no-repeat;
}
#serviceslink:hover {
	background: url('theme_metal/b_services_ro.jpg') no-repeat;
}
#portfoliolink:hover {
	background: url('theme_metal/b_portfolio_ro.jpg') no-repeat;
}
#jobslink:hover {
	background: url('theme_metal/b_jobs_ro.jpg') no-repeat;
}
#headmiddle, #homelink, #profilelink, #serviceslink, #portfoliolink, #jobslink, #contactlink {
	float: left;
	height: 39px;
}
