#suckerfish, #suckerfish ul {
  margin: 0 ;
  padding: 0 ;
  list-style: none ;
  line-height: 15px ;
  font-size: 10px ;
  z-index: 999 ;
}

#suckerfish li {
  float: left ;
/*  padding-bottom: 7px ; 
  margin-top: 5px ;*/
  list-style: none ;
  line-height: 35px;
  width: 175px ;
  border-bottom: 1px solid white ;
}

#suckerfish a {
  display: block ;
/*  height:20px;*/
  font-family: Arial,Helvetica,sans-serif;
  color: white;
  vertical-align: middle;
  padding-top: 5px;
  font-size: 11px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight:bold;
}

#suckerfish a.daddy {
  background-image: url("/goldberg/images/daddy_rightarrow.gif") ;
  background-position: right center ;
  background-repeat: no-repeat ;
}

#suckerfish li ul {
  position: absolute ;
  margin: -2em 0 0 11em ;
  width: 130px ;
  left: -999em ;
  background: #BBC4BF ;
  border:none;
}

#suckerfish li ul li {
  border:none;
  background: #BBC4BF ;
  width: 160px;
}

#suckerfish a:hover{
	color: #e9d761;
	border-right:8px solid #e9d761;
}
#suckerfish li:hover ul ul, #suckerfish li.sfhover ul ul {
  left: -999em ;
  /* color: #e9d761;*/
  border: none;
}

#suckerfish li:hover ul, #suckerfish li li:hover ul, #suckerfish li.sfhover ul, #suckerfish li li.sfhover ul {
  left: auto ;
  color: black;
  border: none;
}
