
p a:hover	{ border-bottom: 2px dotted #d00000; cursor:pointer;}

#iconbar	{ height:55px; width:40px; position:relative; float: left;}
#iconbar li {  position:relative; list-style-type: none; float: left; }

#iconbar span {
	background: url(http://www.tomrdesigns.com/_includes/jquery-rollover-tooltip/tabpopup.png) no-repeat;
	width: 110px;
	height: 45px;
	position: absolute;
	top: -50px;
	left: -80px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 11px;
	padding-right: 5px;
	padding-left: 3px;
	display: none;
	line-height:110%;

	cursor:pointer;

	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

