/* CSS Document */

.home, .our_company, .the_amphibex, .contact {
	display: block;
	height:23px;
	font-size:0px;
	text-indent: -10000px;
	overflow: hidden;	
}

.home{
	width:44px;
	background:url(../img/en_US/home.gif) transparent top left;
}

.home:hover{
	background-position:bottom left;
}

.our_company{
	width:88px;
	background:url(../img/en_US/company.gif) transparent top left;
}

.our_company:hover{
	background-position:bottom left;
}

.the_amphibex{
	width:86px;
	background:url(../img/en_US/amphibex.gif) transparent top left;
}

.the_amphibex:hover{
	background-position:bottom left;
}

.contact{
	width:61px;
	background:url(../img/en_US/contact.gif) transparent top left;
}

.contact:hover{
	background-position:bottom left;
}

