
div.baloon {
   font-size: 11px;
   /*color: #900;*/
   color:#FFFFFF;
   position: absolute;
   padding-left: 7px;
   background: url("../img/baloon.gif") no-repeat top left;
   z-index: 1;
}

div.baloon a {
   color: blue;
   text-decoration: none;
}

div.baloon a:hover {
   /*background-color: #eef;*/
}

div.baloon div {
	height:30px;
   color:#FFFFFF;
   background: url("../img/baloon_right.gif") no-repeat top right;
   padding: 7px 7px 0px 0px;
   white-space: nowrap;
}

