/***********************************************************************/
/* UPPER MENU LI CSS */
/***********************************************************************/
#enterleave{
	top:0;
	left:0;
	width:100%;	/* Some broswers make it 104% for some reason.  I bet you have a fix */
	z-index:1;
}
#backgroundPopup{
	height:100%;
	width:100%;
	top:0;
	left:0;
	background-color:#000;
	z-index:900;
	}
#popUpWindow{
	/* _position:absolute; hack for internet explorer 6*/
	position:fixed;
	display:none;
	bottom:25%;
	top:25%;
	left:25%;
	right:25%;
	padding:10px;
	font-size:13px;
	margin:auto;
	border-spacing:4px;
	border:1px solid #fff;
	background-color:#9eb985;/*so its not transparent*/
	color:#000;
	z-index:10000;/* So it goes over top of every thing else.  Google Maps Expecially */
}
#closeButton{
	cursor:pointer;
}
.closeButton {
	text-align: right;
	width:100%;
	font-size:10px;
}
