.ballon {
	text-align:left;
	position:absolute;
	z-index:100;
	width: auto;
	white-space: nowrap;
	height:auto;
	visibility: hidden;
	margin: -21px 0px 0px 176px; 
	border: solid 1px #babcbf;
	border-bottom: 0px;
	background: #eeeeee;
}
.ballon ul, .ballon ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.ballon ul li {
	padding: 0px;
}
.ballon ul li a, .ballon ul li a:visited {
	border-bottom: solid 1px #babcbf;
	display: block;
	width: 115px;
	padding: 5px 12px;
	background: #eeeeee;
	color: #ff2f08;
	text-decoration: none;
}
.ballon ul li a:hover {
	background: #e1e2e4;
	color: #000;
}
