#float {
  position: fixed;
  width:120px;
  font-family:Arial, Verdana;
	font-size:10px;
	letter-spacing: 0.1em;
  background-color:#d7d7d7;
  background-image:url("../images/seawake_small.png"); background-repeat:no-repeat; background-origin:padding-box;
  	
	border:solid #ebebeb 0px;
  padding:40px 15px 15px 10px;
  right: 0;
  top: 50%;
  margin-top: -2.5em;
  opacity:0.8;
	filter: alpha(opacity=80); /* IE lt 8 */
	-ms-filter: "alpha(opacity=80)"; /* IE 8 */
  }



#float ul {margin:0px; padding:0px;}
#float li {list-style: none; 


 border-bottom: #fff dotted;

 border-width: 1px;
}

#float a {
 color: #000;
 text-shadow:0px 1px 0px #ccc;
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 7px;
 text-decoration:none;
 width:100%;
}
#float a:hover{
 text-decoration:none;
}

#float li:hover {
 background: #ccc;
 position: relative;
}

