/* Services and Resources navagation */


#coachbar {
  font-weight:bold;
  color:#666;
  margin-left:4px;
  float:left;
  list-style-type:none;	
  padding-bottom:21px;
}

#coachbar li{
  list-style-type:none;
  float:left;
  margin:0 0 0 4px;
  padding:0 0 0 10px ;
  border-bottom:1px solid #999;
  background:url(tabblue.gif) #c0c0c0 top left no-repeat;
}

#coachbar li a{
  color:#fff;	
  background:url(tabblue.gif) transparent top right no-repeat;
  display:block;
  padding:0 10px 0 0;
}

#coachbar li.cur,
#coachbar li.over,
#coachbar li:hover
{
  background:url(tabblue.gif) #3375b2 top left no-repeat;
  border-bottom:1px solid #036;
}

#coachbar li strong,
ul#coachbar li.cur a,
ul#coachbar li.over a,
ul#coachbar li:hover a
{
  display:block;
  color:#fff;
  padding:0 10px 0 0;
  text-decoration:none;
  background:url(tabblue.gif) transparent top right no-repeat;
}