/*************************************************************************/
/*********************** sub nav tooltip styles **************************/

#theToolTip{
	width:142px;
	height:30px;
	padding:5px 0 3px 2px;
	position:absolute;
	left:-300px;
	z-index:100;
	visibility:hidden;
	text-align:center;
	background:transparent url(/images/tooltip-bg.png) no-repeat;
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tooltip-bg.png', sizingMethod='scale');	
	/* Remove below line to remove shadow. Below line should always appear last within this CSS */
	/* filter:progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4); */
}
#ToolTipPointer{
	position:absolute;
	left:-300px;
	z-index:101;
	visibility:hidden;
}
#theToolTip p{
	font-size:11px;
	color:#333333;
	line-height:12px;
	margin-right:10px;
	margin-top:0;
}
#ToolTipTextWrap{
	font-size:13px;
	color:#294A79;
	text-align:center;
}