@charset "utf-8";
/* Eco Gecko 2009 */

/* NAVIGATION TOOLTIP */

	.tTip {position: absolute; cursor: pointer;}
	.tip {font-weight:bold;font-family:Arial;}
	

.tip {
	width: 136px;
	padding-top: 23px;
	overflow: hidden;
	display: none;
	position: absolute;
	z-index: 500;
	color:#fff;
	background: transparent url('/images/tiptop.png') no-repeat top;}
	
.tipMid {
	background: transparent url('/images/tipmid.png') repeat-y;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.tipBtm {background: transparent url('/images/tipbot.png') no-repeat bottom; height: 36px;}