/* Tooltips */

.tool-tip {
	color: #fff;
	width: 120px;
	z-index: 13000;
	
	margin: 0px;
}


 
.tool-title {
	font-weight: bold;
	font-size: 13pt;
	margin: 0;
	color: #ffffff;
	padding: 8px 8px 0px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}

.accordion {
height: 500px;
}

#divMenu a       {color:#999999; text-decoration:underline;}
#divMenu a:hover {color:#333333; text-decoration:underline;}

#divBg           {position:absolute; z-index:10; width:300px; left:0px; height:100px; clip:rect(0px 0px 0px 0px); visibility:hidden;}
#divMenu         {position:absolute; z-index:11; width: 300px; height: 100px; left:0px; top:1px; color:#333333; font-size:13px; font-family:verdana,arial,helvetica,sans-serif; visibility:inherit;}
#divArrowLeft    {border: 1px solid blue; position:absolute; z-index:12; width:11px; height:100px; left:-10px; top:0px; visibility:inherit;}
#divArrowRight   {border: 1px solid blue; position:absolute; z-index:12; width:11px; height:100px; top:0px; visibility:inherit;}