.main_menu{
	width:960px;
	height:46px;
	background-image:url(../images/menu_bg.jpg);
	background-repeat:repeat-x;
}
.main_menu a{
	width:960px;
	height:46px;
	display:block;
	text-indent:-999em;
	float:left;
	outline:none;
}
.main_menu a.home{
	width:84px;
	background:url(../images/home_link.jpg);
	cursor:pointer;
}
.main_menu a.active_home{
	width:84px;
	background:url(../images/active_home_link.jpg);
	cursor:default;
}
.main_menu a.about{
	width:94px;
	background:url(../images/about_link.jpg);
	cursor:pointer;
	margin-left:15px;
}
.main_menu a.activeabout{
	width:94px;
	background:url(../images/active_about_link.jpg);
	cursor:default;
	margin-left:15px;
}
.main_menu a.services{
	width:94px;
	background:url(../images/services_link.jpg);
	cursor:pointer;
	margin-left:15px;
}
.main_menu a.activeservices{
	width:94px;
	background:url(../images/active_services_link.jpg);
	cursor:pointer;
	margin-left:15px;
}
.main_menu a.recruitment{
	width:128px;
	background:url(../images/recruitment_link.jpg);
	cursor:pointer;
	margin-left:15px;
}
.main_menu a.activerecruitment{
	width:128px;
	background:url(../images/active_recruitment_link.jpg);
	cursor:pointer;
	margin-left:15px;
}
.main_menu a.contact{
	width:117px;
	background:url(../images/get_touch_link.jpg);
	cursor:pointer;
	margin-left:15px;
}
.main_menu a.activecontact{
	width:117px;
	background:url(../images/active_get_touch.jpg);
	cursor:pointer;
	margin-left:15px;
}
.main_menu a.contact:hover,
.main_menu a.recruitment:hover,
.main_menu a.services:hover,
.main_menu a.home:hover,
.main_menu a.about:hover {
	background-position:0px -46px;
}