@charset "utf-8";

/*  Navigation CSS Document - en_GB  */

a#home{
	background: url(../../jpg/navigation/navigation_bar.jpg) no-repeat 0px 0px;
	width: 74px;
}

a#services{
	background: url(../../jpg/navigation/navigation_bar.jpg) no-repeat -74px 0px;
	width: 110px;
}

a#products{
	background: url(../../jpg/navigation/navigation_bar.jpg) no-repeat  -184px 0px;
	width: 110px;
}

a#customer_testimonies {
	background: url(../../jpg/navigation/navigation_bar.jpg) no-repeat  -294px 0px;
	width: 243px;
}

a#examples {
	background: url(../../jpg/navigation/navigation_bar.jpg) no-repeat  -537px 0px;
	width: 118px;
}

a#help {
	background: url(../../jpg/navigation/navigation_bar.jpg) no-repeat  -655px 0px;
	width: 73px;
}

a#home:hover, home:active {
	background-position: 0px -27px;
}

a#services:hover, a#services:active {
	background-position: -74px -27px;
}

a#products:hover, a#products:active {
	background-position: -184px -27px;
}

a#customer_testimonies:hover, a#customer_testimonies:active {
	background-position: -294px -27px;
}

a#examples:hover, a#examples:active {
	background-position: -537px -27px;
}

a#help:hover, a#help:active {
	background-position: -655px -27px;
}
