.bubble {
  width: 149px; 
  height: 149px;
  text-align: center;
  overflow: hidden;
}

.service_menu {
height: 20px;
overflow: hidden;
}

.bubble p
{
  color: #FFFFFF;
  font-size: 11px;
}

.bubble:hover
{
  background-position: 0px 0px;
}

.bubble a:hover{
border: 0;
background-color: #FFF;
}

img {
margin: 0;
padding: 0;
}

#service_menu_container
{
  width: 609px;
  height: 20px;
  position: relative;
  left: -55px;
  background-color: #FFFFFF;
  overflow: hidden;
}

a
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
