/** {margin:0; padding:0}*/
.hotspot {
	color:#900; 
	padding-bottom:1px; 
	border-bottom:1px dotted #900; 
	cursor:pointer;
}

#tt {
	position:absolute;
	display:block;
	background-image: url(images/tt_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#tttop {
	display:block;
	height:5px;
	margin-left:5px;
	overflow:hidden;
	background-image: url(images/tt_top.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#ttcont {
	display:block; 
	padding:2px 12px 3px 7px; 
	margin-left:5px; 
	background:#666;
	font-family:"Trebuchet MS", Tahoma, sans-serif;
	font-size:11px;
	color:#FFF;
}
#ttcont ul {
	text-align:left;
	margin:0px;
	padding: 0px;
}
#ttbot {
	display:block;
	height:5px;
	margin-left:5px;
	overflow:hidden;
	background-image: url(images/tt_bottom.gif);
	background-repeat: no-repeat;
	background-position: right top;
}