.dd_edit_news {  
  float: right;  
  display:block;  
  position:relative;
}  
   
.dd_edit_news .drop {padding: 0px 0px 0px 1px;}  

.dd_cell_n1,  
.dd_ugol_n1 {width:22px;}  

.dd_cell_n1 {  
  left:-999em;  
  z-index:998;  
  position:absolute;  
  margin-top: -8px;
  margin-left: -2px;  
}  
   
.dd_content_en {
  border-radius: 3px;  
  text-align:center;  
  overflow:hidden;  
  background:#acc9db;
  border: 1px solid #ccc;
  border-top: 0px;
  width: 22px;
  padding: 4px 2px;
}  
.dd_content_en a:link,  
.dd_content_en a:visited {  
  float:left;   
  border-bottom: 1px solid #ccc; 
  background: #acc9db;
  opacity: 1;
} 
.dd_content_en a:hover {opacity: 0.5;}  
.no_bb:link,
.no_bb:visited {border-bottom:none!important;}
.dd_edit_news:hover .dd_cell_n1{  
  top:30px;  
  left:auto;
}  
.dd_ugol_n1 {  
  height:8px;  
  top: -7px;  
  position:absolute;  
  background:url(ugol.png) no-repeat center bottom;  
}