
/* classes for tooltips */

.hovertip {
	position: absolute;
    display: none; /* in case javascript is disabled */
	width: 270px;
	height:350px;
    background: url('../images/speech-bubble2.gif') no-repeat;
	font-size: 12px;
	z-index: 100;
	margin-left: -50px;
	margin-top: -90px;
	}


ul.hovertip {width:200px; padding-top:12px; font-size:14px; padding-left:10px;  height:50px; padding-bottom:20px; display:block}
