
div#links {
	position: absolute;
	margin-top: 10px; 
	margin-left: 3px;
	width: 18em;
	z-index: 100;
	border: 2px solid;
	border-color: #aaa #666 #666 #aaa;
	font-weight: bold;
	font-size: small;
	/* font-family: "Times New Roman", serif, sans-serif; */
	line-height: 150%;
	}
div#links a {
	display: block;
	text-align: left;
	vertical-align: middle;
	padding: 0em 2em;
	margin: 0px;
	line-height: 120%;	
	border: 1px solid;
	border-color: #fff #aaa #aaa #fff;
	text-decoration: none; 
	background-color: #ccc;
}
div#links a:hover {color: white; background: #000;
   }
   
div#links a span {
	display: none;
}

/* Popup Definition is Here */
div#links a:hover span {
	display: block;
	border-style: ridge;
	border-width:  3px;
	border-color: black;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	width: 125px;
	padding: 12px 2px 2px 12px; 
	margin: 10px;
	line-height: 120%;
	z-index: 100;
	color: #aaa; 
	background-color: white;
	font-size: small;
	/* font-family: serif, sans-serif;				 01-19-06 */
	font-weight: normal; 
	text-align: left;
	}

div#links a:hover span.one {
	display: block;
	border-style: double;
	border-width:  3px;
	border-color: black;
	position: absolute; 
	top: 0px; 
	left: 208px; 
	width: 500px;
	padding: 12px 2px 2px 12px; 
	margin: 10px;
	z-index: 100;
	color: black; 
	background-color: white;
	font-size: small;
	/* font-family: serif, sans-serif;				 01-19-06 */
	font-weight: normal; 
	text-align: left;
	}


