a.home {
	display: -moz-inline-box;
	display: inline-block;
  	width: 53px;
  	height: 25px;
  	background: url("../images/menu/home.jpg") 0 0 no-repeat;
  	text-decoration: none;
}
a:hover.home {
	background-position: -53px 0;
	text-decoration: none;
}

a.about {
	display: -moz-inline-box;
	display: inline-block;
  	width: 83px;
  	height: 25px;
  	background: url("../images/menu/about.jpg") 0 0 no-repeat;
  	text-decoration: none;
}
a:hover.about {
	background-position: -83px 0;
	text-decoration: none;
}

a.companies {
	display: -moz-inline-box;
	display: inline-block;
	width: 84px;
  	height: 25px;
  	background: url("../images/menu/comp.jpg") 0 0 no-repeat;
  	text-decoration: none;
}
a:hover.companies {
	background-position: -84px 0;
	text-decoration: none;
}


a.products {
	display: -moz-inline-box;
	display: inline-block;
  	width: 78px;
  	height: 25px;
  	background: url("../images/menu/prod.jpg") 0 0 no-repeat;
  	text-decoration: none;
}
a:hover.products {
	background-position: -78px 0;
	text-decoration: none;
}


a.news {
	display: -moz-inline-box;
	display: inline-block;
  	width: 50px;
  	height: 25px;
  	background: url("../images/menu/news.jpg") 0 0 no-repeat;
  	text-decoration: none;
}
a:hover.news {
	background-position: -50px 0;
	text-decoration: none;
}


a.contact {
	display: -moz-inline-box;
	display: inline-block;
  	width: 95px;
  	height: 25px;
  	background: url("../images/menu/cont.jpg") 0 0 no-repeat;
  	text-decoration: none;
}
a:hover.contact {
	background-position: -95px 0;
	text-decoration: none;
}


a.aames {
	display: -moz-inline-box;
	display: inline-block;
  	width: 67px;
  	height: 25px;
  	background: url("../images/menu/aames.jpg") 0 0 no-repeat;
  	text-decoration: none;
}
a:hover.aames {
	background-position: -67px 0;
	text-decoration: none;
}


