/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#popup { color: #000000;}

#popup a, #popup a:visited {
position: relative;
display: block;
width: 130px;
padding: 0 10px;
margin: 0;
text-decoration: none;
font-size: 1em;
font-weight: bold;
}

#popup a span {display: none;}

#popup a:hover { background-color: #e9e9e2; }

/* the IE correction rule */
#popup a:hover	{
	color: #333333;
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

#popup a:hover span{
	color:#FFFFFF;
	display: block;
	position: absolute;
	top: 10px;
	left: 85px;
	width: 300px;
	margin: 0px;
	padding: 10px;
	font-weight: normal;
	text-align: left;
	background-image:url(/images/bg/red50.jpg);
	border-top-width: 2px;
	border-right-width: 4px;
	border-bottom-width: 5px;
	border-left-width: 3px;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #999999;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #666;
}
