.balloon dl
{
	visibility: hidden;
	position: fixed;
	top: 150px;
	left: 200px;
	width: 500px;
	padding: 0 0 32px 0;
	background: transparent url(/images/balloons/Bottom.png) no-repeat bottom left;
	height: auto;
	z-index: 200;
}
.balloon dt
{
	margin: 0;
	padding: 10px 0 0 0;
	height: 42px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
	background: transparent url(/images/balloons/Top.png) no-repeat top left;
	text-align: center;
	text-shadow: 2px 2px 3px #000;
	}
.balloon dd
{
	margin: 0px 0px 0px -10px;
	padding: 0;
	color: #000;
	font-size: 1em;
	background-color: transparent;
	background-image: url(/images/balloons/Middle.png);
	background-repeat: repeat-y;
	background-position: right;
	text-align: left;
}
.balloon dd p
{
	padding: 0;
	margin: 10px 0;
	line-height: 1.5em;
	background:transparent;
}

.balloon dl#popupblue {background:transparent url(/images/balloons/Bottom.png) no-repeat bottom left; height:auto;}
.balloon dl#popupblue dt {background:transparent url(/images/balloons/Top.png) no-repeat top left;}

/* specific to non IE browsers and IE7 first with IE5.5 and IE6 second */
.balloon ul li:hover,
.balloon ul li a:hover {
color:#000; 
position:relative;
cursor: pointer;
}

.balloon ul li:hover dl,
.balloon ul li a:hover dl
{
	visibility: visible;
	color: #000;
	top: 155px;
	left: 400px;
	cursor: default;
}

.balloon ul li:hover dl em,
.balloon ul li a:hover dl em
{
	display: block;
	position: fixed;
	left: 200px;
	top: 75px;
	width: 36px;
	height: 36px;
	background: transparent url(/images/balloons/pointer.gif);
}

.balloon ul li:hover dl a,
.balloon ul li a:hover dl a {
height:0.8em;
color:#606;
background:transparent;
text-decoration:underline;
display:inline;
}

.balloon ul li:hover dl a:hover,
.balloon ul li a:hover dl a:hover {
text-decoration:none;
background:transparent;
}