/* POPUP2.CSS */

div#links2 {
	position: relative;
	margin-top: 10px; 
	margin-left: auto;
	margin-right: auto;
	width: 18em;
	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%;
	z-index: 40;
	}
	
div#links2 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#links2 a:hover {color: white; background: #000;
   }
   
div#links2 a span {
	display: none;
}

/* Popup Definition is Here */

div#links2 a:hover span.two {
	display: block;
	border-style: double;
	border-width:  3px;
	border-color: black;
	position: absolute; 
	top: 0px; 
	left: 30px; 
	width: 450px;				 			 			/* 05-10-05 (was 405) */
	padding: 12px 2px 2px 12px; 
	/* margin: 55px; */							/* 05-10-05 */
	color: black; 
	background-color: white;
	font-size: small;
	/* font-family: serif, sans-serif; 					01-19-06 */
	font-weight: normal; 
	text-align: left;
	}	


