a#popup:visited {
	color:#000; text-decoration:none;
}

a#popup {
	color:#000; 
	text-decoration:none; 
	position: relative;  
	/*background-color:#ffffff;*/  /*SH 07-JAN-2008*/ 	
}

a#popup span  {display:none;}

a#popup:hover {color:#000; cursor:default;}

a#popup:hover #popbox {
	display:block; 
	position:absolute; top:0px;; left:-214px; width:210px;
	background-color:#ffffff; 
	color:#000;
	border:2px solid #b3ab79;
	text-align:left;
	font-family:verdana; font-size:11px; 
	padding:5px; padding-top:25px;
}

a#popup:hover #poptop {
	display:block;
	position:absolute; top:0; left:0; width:208px; height:18px; 
	color:#ffffff;
	background-color:#b3ab79;
	text-align:left; 
	font-weight:bold;
	padding-left:5px;
	line-height:20px;
}
