#navbar {
	margin: 0px 35px 0px 60px;
	padding: 0px;
	background: url(../images/navigation/nav_bg.jpg) repeat-x;
	height: 33px;
	list-style: none;
}

#navbar li {
	float: left;
}

#navbar a {
	overflow: hidden;
	text-decoration: none;
	display: block;
	height: 33px;
	text-indent: -5000px;
}
#navbar #home {
	background: url(../images/navigation/home.jpg) no-repeat 0px 0px;
	width: 76px;
}
#navbar #home:hover {
	background-position: 0 -33px;
	outline: none;
}
#navbar #overview {
	background: url(../images/navigation/overview.jpg) no-repeat 0px 0px;
	width: 113px;
}
#navbar #overview:hover {
	background-position: 0 -33px;
}
#navbar #services{
	background: url(../images/navigation/services.jpg) no-repeat 0px 0px;
	width: 105px;
}
#navbar #services:hover {
	background-position: 0 -33px;
}

#navbar #clients {
	background: url(../images/navigation/clients.jpg) no-repeat 0px 0px;
	width: 85px;
}
#navbar #clients:hover {
	background-position: 0 -33px;
}
#navbar #case_history{
	background: url(../images/navigation/case_history.jpg) no-repeat 0px 0px;
	width: 135px;
}
#navbar #case_history:hover {
	background-position: 0 -33px;
}

#navbar #contact_us {
	background: url(../images/navigation/contact_us.jpg) no-repeat 0px 0px;
	width: 116px;
}
#navbar #contact_us:hover {
	background-position: 0 -33px;
}