//#popup { color: #000; background-color: #e0e0e0; }

#popup a, #popup a:visited {
	position: relative;
	display: block;
	border-bottom:3px solid #287F00;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-align: left;
	padding: 2px 2px 2px 4px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
	font-size:.85em;
	text-decoration: none;

	color:#11A;
        background: -moz-linear-gradient(top, #AFA 0%, #8D8 100%);
        background: -webkit-gradient(linear, left top, left bottom, from(#AFA), to(#8D8));
        background: -o-gradient(#AFA , #8D8);
//	text-shadow: -1px -1px #FFF, 1px 1px #333;
border-radius: 5px;

}

/*
	display: block;

	width: 200px;
	line-height: 30px;
	text-align: right;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #666;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;

*/
/*
	height:38px;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	background-color:#e0e0e0;
	font-size:14px;
	border-bottom:3px solid #287F00;
*/

#popup a span {
	display: none;
}

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

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

#popup a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	margin: 0px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
//	border: 1px solid #666;
	border-top: 2px solid #8C7;
	border-left:3px solid #8C7;
	border-right: 2px solid #287F00;
	border-bottom:3px solid #287F00;
	background: #BEC;
	padding: 6px 6px 6px 12px;
//	color: #6D929B;
	font-size:0.9em;
	z-index:200;

}


