﻿div.feed {	width: 400px;float: left;padding: 10px 10px 20px 40px;margin: 0;}
.feed div.feedtitle {font-family: 'Trebuchet MS', arial;font-size: 16pt;font-weight: bold;margin: 0;padding: 0;text-transform: uppercase; padding-bottom:10px;}
.feed div.feedtitle a:link, .feed div.feedtitle a:visited {	color: #666;	text-decoration: none;}
.feed ul {	margin: 0;	padding: 0;	list-style: none;}
.feed li {	font-family: Arial;	font-size: 10pt;	line-height: 2em;	border-top: 1px solid #ccc; padding-right:20px;}
.feeditem a:link, .feeditem a:visited {    position: relative;    z-index: 24;    text-decoration: none;    color: #000;}
.feeditem a:hover {	z-index: 25;	background: #43B000;	color: #fff;}
.feeditem a span { display: none }
.feeditem a:hover span {    display: block;    position: absolute;    top: -1px;    left: -195px;    width: 180px;    border: 1px solid #fff;    padding: 5px;    background-color: #43B000;    color: #fff;    font-family: Arial;    font-size: 8pt;}