#bubble_tooltip{
	width:200px;
	position:absolute;
	display:none;
}
#bubble_tooltip .bubble_top{
	background-image: url('../images/bubble_top.gif');
	background-repeat:no-repeat;
	height:16px;	
}
#bubble_tooltip .bubble_middle{
	background-image: url('../images/bubble_middle.gif');
	background-repeat:repeat-y;	
	background-position:bottom left;
	padding-left:7px;
	padding-right:7px;
}
#bubble_tooltip .bubble_middle span{
	position:relative;
	top:-8px;
}
#bubble_tooltip .bubble_bottom{
	background-image: url('../images/bubble_bottom.gif');
	background-repeat:no-repeat;
	background-repeat:no-repeat;	
	height:45px;
	position:relative;
	top:-20px;
}


#bubble_tooltip_content ul li {
	font-size: 90%;
	font-weight: bold;
	color: #990000;
	margin-right: 5px;
}
#bubble_tooltip_content ul li a:link {
	font-size: 90%;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	margin-right: 5px;
	display: block;
}
#bubble_tooltip_content ul li a:visited {
	font-size: 90%;
	font-weight: bold;
	color: #000033;
	text-decoration: none;
	margin-right: 5px;
	display: block;
}
#bubble_tooltip_content ul li a:hover {
	font-size: 90%;
	font-weight: bold;
	background-color: #CCCCCC;
	color: #990000;
	display: block;
	margin-right: 5px;
}
#bubble_tooltip_content ul li a:active {
	font-size: 90%;
	font-weight: bold;
	margin-right: 5px;
	display: block;
}
