a, #content a{
  color: #000000;
}
a:hover, #content a:hover{
  color: #000000;
}
#search .go{
  background: url(/images/css/search-go.png) #fff no-repeat left top;
}
#group_nav ul li.cluster a.cluster_parent,
#group_nav ul li.cluster a.cluster_parent:hover{
  background-image: url(/images/css/groupNav-clusterClosed.png);;
  background-position: 4px 9px;;
  background-repeat: no-repeat;;
}
#group_nav ul li.cluster a.cluster_parent_open,
#group_nav ul li.cluster a.cluster_parent_open:hover{
  background-image: url(/images/css/groupNav-clusterOpen.png);;
  background-position: 4px 9px;;
  background-repeat: no-repeat;;
  background-color: #e28f19;
}
#related_pages ul li a{
  background: url(/images/css/relatedBullet.png) no-repeat 0px 1px;
}
#group_nav ul li a{
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}
#group_nav ul li a:hover{
  color: #FF66FF;
  font-weight: bold;
  text-decoration: none;
}
#group_nav ul li ul li a{
  background-image: url(../images/css/groupNav-clusterBullet.png);
}
