/* GLOBAL BUSINESS BUBBLE START */
#business_bubble_top {
	width:164px;
	background:transparent url(/static/ceredesign/images/layout/business_box_top_tab_bg.png) no-repeat top right;
	_background-image:url(/static/ceredesign/images/layout/business_box_top_tab_bg.gif); 
	position:absolute;
	left:494px;
	top:42px;
	z-index:999;
	padding:0;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	visibility:hidden;
}

#business_bubble_top ul{
	list-style-type:none;
	margin:0;
	padding:0;
	border: 1px #3fc4ff solid;
	background-color:#e8eae8;
}
#business_bubble_top li{
	list-style-type:none;
	border-bottom:1px #3fc4ff solid;
	
	height:25px;
}
#business_bubble_top li.last{border-bottom:none;}
#business_bubble_top a{	
	cursor:pointer;
	font-weight:bold;
	line-height:16px;
	color:#68665F;
	text-decoration:none;
	display:block;
	width:154px;
	height:20px;
	margin:0;
	padding:0;
	padding-left:8px;
	padding-top:5px;
}
#business_bubble_top h3{
	margin:0;
	padding:0;
	color:#fff;
	font-family:Helvetica,Arial,sans-serif;
	font-size:12px;
	margin-left:105px;
	margin-top:9px;
	margin-bottom:5px;
}
#business_bubble_top a:hover{
	/*background-color:#edeee5;*/
	background-color:#fff;
}
#iframe_top_bg{
	position:absolute;
	left:539px;
	top:21px;
	width:164px;
	height:76px;
	z-index:998;
	border:0 none;
	visibility:hidden;
	margin-top:29px;
}

