.balloon UL LI  {
	BACKGROUND: url(arrow.gif);
	background-repeat: no-repeat;
	BACKGROUND-color: transparent;
}
.balloon UL LI A:hover {
	CURSOR: hand; COLOR: #000; POSITION: relative
}
.balloon UL LI A:hover DL {
	LEFT: 150px; VISIBILITY: visible; CURSOR: default; COLOR: #000; TOP: -95px
}
.balloon UL LI A:hover DL EM {
	DISPLAY: block; BACKGROUND: url(pointer2.gif); LEFT: -35px; WIDTH: 36px; POSITION: absolute; TOP: 75px; HEIGHT: 36px
}
.balloon UL LI A:hover DL A {
	DISPLAY: inline; BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #606; HEIGHT: 0.8em; TEXT-DECORATION: underline
}
.balloon UL LI A:hover DL A:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%; TEXT-DECORATION: none
}


/**** test version2 ****/



.balloon2 UL LI  {
	BACKGROUND: url(arrow.gif);
	background-repeat: no-repeat;
	BACKGROUND-color: transparent;
	border: 1px dotted #ccc;
}
.balloon2 UL LI A:hover {
	CURSOR: hand; COLOR: #000; POSITION: relative;
	BACKGROUND: #ccc;
}
.balloon2 UL LI A:hover DL {
	LEFT: 250px; VISIBILITY: visible; CURSOR: default; COLOR: #000; TOP: -95px
}
.balloon2 UL LI A:hover DL EM {
	DISPLAY: block; BACKGROUND: url(pointer2.gif); LEFT: -35px; 
	WIDTH: 36px; POSITION: absolute; TOP: 75px; HEIGHT: 36px
}
.balloon2 UL LI A:hover DL A {
	DISPLAY: inline; BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #606; HEIGHT: 0.8em; TEXT-DECORATION: underline
}
.balloon2 UL LI A:hover DL A:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%; TEXT-DECORATION: none
}



/**** VERSION 3 RIGHT ****/



.balloon3 UL LI  {
	BACKGROUND: url(arrow.gif);
	background-repeat: no-repeat;
	BACKGROUND-color: transparent;
	border: 1px dotted #ccc;
}
.balloon3 UL LI A:hover {
	CURSOR: hand; COLOR: #000; POSITION: relative;
	BACKGROUND: #ccc;
}
.balloon3 UL LI A:hover DL {
	LEFT: 50px; VISIBILITY: visible; CURSOR: default; COLOR: #000; TOP: -95px
}
.balloon3 UL LI A:hover DL EM {
	DISPLAY: block; BACKGROUND: url(pointer3.gif); LEFT: -35px; 
	WIDTH: 36px; POSITION: absolute; TOP: 75px; HEIGHT: 36px
}
.balloon3 UL LI A:hover DL A {
	DISPLAY: inline; BACKGROUND: none transparent scroll repeat 0% 0%; 
	COLOR: #606; HEIGHT: 0.8em; TEXT-DECORATION: underline
}
.balloon3 UL LI A:hover DL A:hover {
	BACKGROUND: none transparent scroll repeat 0% 0%; TEXT-DECORATION: none
}