/*Popups.............................................*/
#textPopUp {
	position:absolute;
	width:90%;
	z-index:4;
	left: 25px;
	top: 72px;
	background-color: #FFFFFF;
	border: 1px none #000000;
} 
#navImTextPopUp {	
	display: block;
	width: 95%;
	padding-left: 5%;
	padding-top: 5px;
	height: 20px;
	/*HACK*/
	margin-bottom : 10px;
	clear : both;
	border-top: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(../images/div/menu_bar.jpg);
	background-repeat: repeat;	
	position:absolute;
	top:70px;
  z-index: 4;	
}

#navImTextPopUp a {
	width:140px;    /*HACK ! */
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 0px;
	border-bottom: 0px;
	/* EOF HACK ! */
	border-top-style: none;
	border-bottom-style: none;
	font-family: Arial, verdana;
	font-size: 13px;
	font-weight: bold;
	color: #3d4965;
	text-decoration : none;
}
#navImTextPopUp a:hover {
	background-color: #B7D3DD;
}
#navImTextPopUp a:active {
	background-color: #7a88a9;
	color: #FFFFFF;
}

/* EOF Popups.......................................*/

