@charset "UTF-8";
/* CSS Document */

a#home{
	background:url(images/home.png) no-repeat; width:40px; height:36px; display:block; text-indent:-9999px;
}
body.home a#home, a:hover#home{
	background-position:-40px;
}
a#ourfirm{
	background:url(images/ourfirm.png) no-repeat; width:64px; height:36px; display:block; text-indent:-9999px;
}
body.ourfirm a#ourfirm, a:hover#ourfirm{
	background-position:-64px;
}
a#services{
	background:url(images/services.png) no-repeat; width:60px; height:36px; display:block; text-indent:-9999px;
}
body.services a#services, a:hover#services{
	background-position:-60px;
}
a#blog{
	background:url(images/blog.png) no-repeat; width:38px; height:36px; display:block; text-indent:-9999px;
}
body.blog a#blog, a:hover#blog{
	background-position:-38px;
}
a#portfolio{
	background:url(images/portfolio.png) no-repeat; width:75px; height:36px; display:block; text-indent:-9999px;
}
body.portfolio a#portfolio, a:hover#portfolio{
	background-position:-75px;
}
a#casestudies{
	background:url(images/casestudies.png) no-repeat; width:90px; height:36px; display:block; text-indent:-9999px;
}
body.casestudies a#casestudies, a:hover#casestudies{
	background-position:-90px;
}
a#contactus{
	background:url(images/contactus.png) no-repeat; width:86px; height:36px; display:block; text-indent:-9999px;
}
body.contactus a#contactus, a:hover#contactus{
	background-position:-86px;
}
a#clientlogin{
	background:url(images/clientlogin.png) no-repeat; width:91px; height:36px; display:block; text-indent:-9999px;
}
body.clientlogin a#clientlogin, a:hover#clientlogin{
	background-position:-91px;
}