.balloonstyle
{
	position: absolute;
	top: -500px;
	left: 0; /*padding: 15px; border:1px solid black; */
	visibility: hidden;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 100;
	background-color:Transparent;
	width: 250px;
	color: #FFF;
}

#arrowhead
{
	z-index: 99;
	position: absolute;
	top: -500px;
	left: 0;
	visibility: hidden;
}


.ArrowQuickLink
{
	background-image:url('../images/arrow-01.gif');
	background-repeat:no-repeat;
	background-position:center;
	padding-right: 8px;
	padding-left: 8px;
	width:4px;
	height:5px;
}

.divMiddleMenu
{
	background-image:url('../images/middle-box.gif');
	background-repeat:repeat;
	height:58px;
	text-align:center;
	vertical-align:middle;
}

.tdCornerLeft
{
	background-image:url('../images/left-box.gif');
	background-repeat:no-repeat;	
	width:9px;
}

.tdCornerRight
{
	background-image:url('../images/right-box.gif');
	background-repeat:no-repeat;	
	width:9px;
}

.MenuGap
{
	background-image:url('../images/line-break.gif');
	background-repeat:repeat-x;
	height:58px;
	width:2px;	
	float:left;
}

.middleMenuText
{
	padding-top:7px;
	cursor:pointer;
	float:left;
	font-family:Verdana;	
	font-size:10px;
	line-height:12px;
	font-style:normal;
	font-weight:lighter;
	vertical-align:middle;
	color:#fff;
	height:53px;
	width:107px;
	text-decoration:none;
}
