body {
	behavior: url("./style/csshover.htc");
}

a:link {
	color: #008000;
	text-decoration: none;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #008000;
	text-decoration: none;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:active {
	color: #000000;
	text-decoration: none;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #000000;
	text-decoration: none;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}


a.info {
	position:relative; /*this is the key*/
   z-index:24;
	text-decoration: none;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.info:hover {
	z-index:25;
	color: #000000;
	background-color: #F9F7E7;
	text-decoration: none;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.info span {
	display: none;
}
a.info:hover span { /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top: 25px;
	 left: 20px;
	 width: 500px;
    border: 1px solid #808080;
    background-color: #F9F7E7;
	 color: #000000;
    text-align: left;
	 filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
}


a.info2 {
	position:relative; /*this is the key*/
   z-index:24;
	color: #008000;
	text-decoration: none;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.info2:hover {
	z-index:25;
	color: #000000;
	background-color:#FFFF80;
	text-decoration: none;
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a.info2 span {
	display: none;
}
a.info2:hover span {
	/*the span will display just on :hover state*/
	display: block;
	position: absolute;
	top: 25px;
	left: -500px;
	width: 500px;
	border: 1px solid #808080;
	background-color: #F9F7E7;
	color: #000000;
	text-align: left;
	filter: alpha(opacity=90);
	-moz-opacity: .90;
	opacity: .90;
}


