
div.baloon {
   font-size: 11px;
   color: #900;
   position: absolute;
   padding-left: 5px;
   background: url("../img/baloon.gif") no-repeat top left;
   z-index: 1;
}

div.baloon a {
   color: blue;
   text-decoration: none;
   padding: 2px;
   margin-right: 2px;
}

div.baloon a:hover {
   background-color: #eef;
}

div.baloon div {
   padding: 7px 0 14px 0;
   white-space: nowrap;
   position: relative;
}

div.baloon div:after{
   content:"";
   background: url("../img/baloon_right.gif") no-repeat top right;
   width: 10px;
   height: 34px;
   display: block;
   position: absolute;
   right: -10px;
   top: 0;
}

