@charset "UTF-8";
/* CSS Document */

#AboutUs {
  display: block;
  width: 133px;
  height: 65px;
  background: url(../images/nav_about.png) no-repeat 0 0;
  float: left;
}

#AboutUs:hover { 
  background-position: 0 -65px;
}

#AboutUs span {
  display: none;
}

#Counseling {
  display: block;
  width: 133px;
  height: 65px;
  background: url(../images/nav_counseling.png) no-repeat 0 0;
  float: left;
}

#Counseling:hover { 
  background-position: 0 -65px;
}

#Counseling span {
  display: none;
}

#Groups {
  display: block;
  width: 133px;
  height: 65px;
  background: url(../images/nav_groups.png) no-repeat 0 0;
  float: left;
}

#Groups:hover { 
  background-position: 0 -65px;
}

#Groups span {
  display: none;
}

#Training {
  display: block;
  width: 133px;
  height: 65px;
  background: url(../images/nav_training.png) no-repeat 0 0;
  float: left;
}

#Training:hover { 
  background-position: 0 -65px;
}

#Training span {
  display: none;
}

#Locations {
  display: block;
  width: 133px;
  height: 65px;
  background: url(../images/nav_locations.png) no-repeat 0 0;
  float: left;
}

#Locations:hover { 
  background-position: 0 -65px;
}

#Locations span {
  display: none;
}

#News {
  display: block;
  width: 134px;
  height: 65px;
  background: url(../images/nav_news.png) no-repeat 0 0;
  float: left;
}

#News:hover { 
  background-position: 0 -65px;
}

#News span {
  display: none;
}