/* global nan dude */
#ba_metanav{
  height:96px;
  top:2px;
  position:relative;
}

#ba_metanav a{
  background-image:url(../images/layout/metanav_sprite.png);
  background-repeat:no-repeat;
  float:left;
  height:96px;
}



#ba_metanav a.gymsports{
  width:135px;
  background-position:0px 0px;
}

#ba_metanav a.cheersports{
  width:154px;
  background-position:-238px 0px;
}

#ba_metanav a.bungy{
  width:103px;
  background-position:-135px 0px;
}

#ba_metanav a.shop{
  width:92px;
  background-position:-510px 0px;
}

#ba_metanav a.register{
  width:117px;
  background-position:-393px 0px;
}

#ba_metanav a.contact{
  width:120px;
  background-position:-603px 0px;
}

/*hover classes*/
#ba_metanav a.gymsports:hover{
  width:135px;
  background-position:0px -96px;
}

#ba_metanav a.cheersports:hover{
  width:154px;
  background-position:-238px -96px;
}

#ba_metanav a.bungy:hover{
  width:103px;
  background-position:-135px -96px;
}

#ba_metanav a.shop:hover{
  width:92px;
  background-position:-510px -96px;
}

#ba_metanav a.register:hover{
  width:117px;
  background-position:-393px -96px;
}

#ba_metanav a.contact:hover{
  width:120px;
  background-position:-603px -96px;
}



/*selected classes*/
#ba_metanav a.gymsports-selected{
  width:135px;
  background-position:0px -192px;
}

#ba_metanav a.cheersports-selected{
  width:154px;
  background-position:-238px -192px;
}

#ba_metanav a.bungy-selected{
  width:103px;
  background-position:-135px -192px;
}

#ba_metanav a.shop-selected{
  width:92px;
  background-position:-510px -192px;
}

#ba_metanav a.register-selected{
  width:117px;
  background-position:-393px -192px;
}

#ba_metanav a.contact-selected{
  width:120px;
  background-position:-603px -192px;
}

/*hide seo text*/

#ba_metanav a span{
  text-indent:-9999em;
  display:block;
  color:#fff;
  font-weight:bold;
}