/* CSS Document */


/*Home*/
a#home {
  background:url(img/common/menu/01home_p3.jpg) left top no-repeat;
  display: block;
  overflow: hidden;
  position: relative;
  width: 34px;
  height: 24px;
}
a#home:hover{
  background-color: #FFF;
  color: #000;
}
a#home img {
  background-color: #00f;
  height:24px;
}
a#home:hover img {
  position: relative;
  top: -24px;
}

/*Features*/
a#features {
  background:url(img/common/menu/02features_p3.jpg) left top no-repeat;
  display: block;
  overflow: hidden;
  position: relative;
  width: 53px;
  height: 24px;
}
a#features:hover{
  background-color: #FFF;
  color: #000;
}
a#features img {
  background-color: #00f;
  height:24px;
}
a#features:hover img {
  position: relative;
  top: -24px;
}

/*Services*/
a#services {
  background:url(img/common/menu/03services_p3.jpg) left top no-repeat;
  display: block;
  overflow: hidden;
  position: relative;
  width: 53px;
  height: 24px;
}
a#services:hover{
  background-color: #FFF;
  color: #000;
}
a#services img {
  background-color: #00f;
  width: 53px;
  height:24px;
}
a#services:hover img {
  position: relative;
  top: -24px;
}

/*Quality*/
a#quality {
  background:url(img/common/menu/04quality_p3.jpg) left top no-repeat;
  display: block;
  overflow: hidden;
  position: relative;
  width: 126px;
  height: 24px;
}
a#quality:hover{
  background-color: #FFF;
  color: #000;
}
a#quality img {
  background-color: #00f;
  width: 126px;
  height:24px;
}
a#quality:hover img {
  position: relative;
  top: -24px;
}

/*About*/
a#about {
  background:url(img/common/menu/05about_p3.jpg) left top no-repeat;
  display: block;
  overflow: hidden;
  position: relative;
  width: 56px;
  height: 24px;
}
a#about:hover{
  background-color: #FFF;
  color: #000;
}
a#about img {
  background-color: #00f;
  height:24px;
  width: 56px;
}
a#about:hover img {
  position: relative;
  top: -24px;
}

/*Investors*/
a#investors {
  background:url(img/common/menu/06investors_p3.jpg) left top no-repeat;
  display: block;
  overflow: hidden;
  position: relative;
  width: 81px;
  height: 24px;
}
a#investors:hover{
  background-color: #FFF;
  color: #000;
}
a#investors img {
  background-color: #00f;
  height:24px;
  width: 81px;
}
a#investors:hover img {
  position: relative;
  top: -24px;
}


/*Contact Us*/
a#contact {
  background:url(img/common/menu/07contact_p3.jpg) left top no-repeat;
  display: block;
  overflow: hidden;
  position: relative;
  width: 66px;
  height: 24px;
}
a#contact:hover{
  background-color: #FFF;
  color: #000;
}
a#contact img {
  background-color: #00f;
  height:24px;
  width: 66px;
}
a#contact:hover img {
  position: relative;
  top: -24px;
}































