/* CSS Rollovers */

#home{
	height: 24px;
	width: 69px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/images/home_css.gif) top left no-repeat;
	display: block;
}

#home:hover{
	background-position: bottom left;
}

#about{
	height: 24px;
	width: 67px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/images/about_css.gif) top left no-repeat;
	display: block;
}

#about:hover{
	background-position: bottom left;
}

#product{
	height: 24px;
	width: 86px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/images/products_css.gif) top left no-repeat;
	display: block;
}

#product:hover{
	background-position: bottom left;
}

#solution{
	height: 24px;
	width: 88px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/images/solutions_css.gif) top left no-repeat;
	display: block;
}

#solution:hover{
	background-position: bottom left;
}

#client{
	height: 24px;
	width: 74px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/images/clients_css.gif) top left no-repeat;
	display: block;
}

#client:hover{
	background-position: bottom left;
}

#technology{
	height: 24px;
	width: 96px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/images/technology_css.gif) top left no-repeat;
	display: block;
}

#technology:hover{
	background-position: bottom left;
}

#contact{
	height: 24px;
	width: 80px;
	text-indent: 10000px;
	overflow: hidden;
	background: url(../images/images/contact_css.gif) top left no-repeat;
	display: block;
}

#contact:hover{
	background-position: bottom left;
}