html {
  scrollbar-arrow-color: #ffffff;
  scrollbar-3dlight-color: #C0C0C0;
  scrollbar-highlight-color: #E0E0E0;
  scrollbar-face-color: #6b7d9c;
  scrollbar-shadow-color: #808080;
  scrollbar-darkshadow-color: #000000;
  scrollbar-track-color: #E0E0E0
}
p {

	margin-top: 0px;
	margin-bottom: 0px;
	list-style-image: url(../Images/BulletRed.gif);
}
a.info{
    position:relative; /*this is the key*/
    z-index:24; 
	background-color:;
    color:#6b7d9c;
    text-decoration:none}

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

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:18em;
    border:3px solid #6b7d9c;
    background-color:#bd1039; 
	color:#ffffff;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
    text-align: left}