.rss {font-family:Verdana, Geneva, sans-serif;
font-size:10px;}
.rss a {color: #669;
text-decoration:none;}
.rss a:hover {color: #639;
text-decoration: underline;}
	#topbar
	{
		PADDING-TOP: 5px;
		PADDING-BOTTOM: 5px;
		PADDING-RIGHT: 5px;
		PADDING-LEFT: 5px;
		VISIBILITY: hidden;


		FONT-FAMILY: Tahoma;
		POSITION: absolute;


	}
	#popupbox{
  margin: 0;
  margin-left: 90%; /* This gets it relatively center on the screen */
  margin-right: 77px; /* This gets it relatively center on the screen */
  margin-top: 440px; /* Makes it a little off the top of the screen */

  position: absolute; /* Makes sure its absolute so it doesn't dock with everything else */
  z-index: 9; /* Makes it on top of everything else */
  font-family: arial; /* Sets the font */
  visibility: hidden; /* Makes it hidden at first. Very Important.*/
  }
  a.info{
    position:relative; /*this is the key*/
    z-index:24;

    text-decoration:none}

a.info:hover{z-index:25; }

a.info span{display: none }

a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
	text-decoration:none;
    background-color:#f4f3e5; color: #333333;
    text-align: left;
	padding:10px;
	border:1px solid #333333;}
